You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opened in Xcode 4.2 on Mac OS 10.6.8 and Xcode 4.6.1 on Mac OS 10.8.3. Unable to build under either to the 6.0 simulator
In Xcode 4.6.1, the errors are:
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254
(null): Linker command failed with exit code 1 (use -v to see invocation)
0 clang 0x0000000100c541f2 main + 12920882
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Able to build several times, then the clang segfaulted again. Can build for the simulator, but building for a device (iOS 5 or iOS 6) always results in a segfault.
Followed source install instructions below:
git clone https://github.com/leyleo/TeamDisk_iOS.git
cd TeamDisk_iOS
git submodule init
git submodule update
Opened in Xcode 4.2 on Mac OS 10.6.8 and Xcode 4.6.1 on Mac OS 10.8.3. Unable to build under either to the 6.0 simulator
In Xcode 4.6.1, the errors are:
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254
(null): Linker command failed with exit code 1 (use -v to see invocation)
0 clang 0x0000000100c541f2 main + 12920882
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
The text was updated successfully, but these errors were encountered: