Random error with exit code 1 - XCODE 6.1 Swift

Here is my problem. I ran Xcode and had no problems. Suddenly (after removing the garbage, I don’t know if it matters), I experienced this wonderful problem. I looked everywhere and tried almost everything. Maybe just recreate this project and copy everything. Any ideas until the complete destruction of this project?

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler cd / Users / OCedeno / Desktop / Showcase export PATH = "/Applications/Xcode.app/Contents/Developer/Platforms / iPhoneSimulator.platform/Developer/usr/bin: /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/USR/SBIN:/SBIN "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/ bin / swiftc -target x86_64-apple-ios8.1-module showcase-name -Onone -sdk / Applications / Xcode.app / Contents / Developer / Platforms / iPhoneSimulator.platform / Developer / SDKs / iPhoneSimulator8.1.sdk -g - module-cache-path / Users / OCedeno / Library / Developer / Xcode / DerivedData / ModuleCache -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Products / Debug-iphonesimulator -F / Users / OCedeno / Library / Developers go to / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Create / Products / Debug-iphonesimulator -F / Users / OCedeno / Desktop / parse-library-1 -c -j4 / Users / OCedeno / Desktop / Showcase / Showcase / LoginVC.swift / Users / OCedeno / Desktop / Showcase / Showcase / ResponsiveTextFieldViewController.swift /Users/OCedeno/Desktop/Showcase/RegistrationVC.swift /Users/OCedeno/Desktop/Showcase/Showcase/AppDelegate.swift / Users / OCedeno DefinitionClass.swift /Users/OCedeno/Desktop/Showcase/Showcase/MainPage.swift /Users/OCedeno/Desktop/Showcase/Showcase/SettingsVC.swift -output-file-map / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / Objects-normal / x86_64 / Showcase-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependenciesememitemititemititemititemitemitemitemitememitememitememitememitem module-path / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbh oyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / Objects-normal / x86_64 / Showcase.swiftmodule -Xcc -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutshbhuij intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / quick-foot overrides.hmap -Xcc -iquote -Xcc / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates Show -iphonesimulator / Showcase.build / Showcase-generated-files.hmap -Xcc -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / intermediates / Showcase.build / Debug-iphonesimulator / Showcase. / Showcase-own target headers.hmap -Xcc -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / Vit rina-all-targets headers.hmap -Xcc -iquote -Xcc / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / Showcase -headers.hmap -Xcc -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Create / Products / Debug-iphonesimulator / include -Xcc -I / Applications / Xcode.app / Content / Developer / Toolchains /XcodeDefault.xctoolchain/usr/include -Xcc -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build x86 Derivexdive / x86 Derived x -I / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / DerivedSources -Xcc -DDEBUG = 1 -emit-objc-header -emit-objc-header-path / Users / OCedeno / Library / Developer / Xcode / DerivedData / Showcase-cfyodwbqpzuutkgbhoyijshscdhu / Build / Intermediates / Showcase.build / Debug-iphonesimulator / Showcase.build / Objects-normal /x86_64/Showcase-Swift.h -import-objc-header / Users / OCedeno / Desktop / Showcase / Showcase-Bridging-Header.h

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

+1
source share
1 answer

You should try: close Xcode, delete the Xcode cache files and the DerivedData folder p>

enter image description here

enter image description here

enter image description here

using option-click

enter image description here

If this does not help you uninstall and reinstall Xcode

+5
source

Source: https://habr.com/ru/post/1208719/


All Articles