leyleo / TeamDisk_iOS

TeamDisk_iOS is a WebDAV based APP.
Other
16 stars 13 forks source link

Unable to build under Xcode 4.6.1 under Mac OS 10.8.3 #6

Open azav opened 11 years ago

azav commented 11 years ago

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)

azav commented 11 years ago

Tried to build 3 times. Tried again, no segfault from the linker against iOS 5.0 or iOS 6.0 for the iPhone.

Tried to build and run for the iPad. My Mac issued a kernel panic and rebooted.

azav commented 11 years ago

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.