When I compile my code on Xcode Version 8.0 beta 4 (8S188o) I get this single error bringing the compilation to failure:
Command /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
I tried to clean the derived folder but that did not change things. What is it and how may I know more about it?
The only peculiar thing is that all the objective-c files I have removed after porting them to Swift are reported as missing:
file:///Users/fbartolom/Documents/cocoa%20applications/inArrivoHD/teleportDetail.h: warning: Missing file: /Users/fbartolom/Documents/cocoa applications/inArrivoHD/teleportDetail.h is missing from working copy
I checked them in the project and they are not there, I tried even to commit, but that did not change the thing.