Xcode 4.3 iOS and ocmock

Discussion of the OCMock framework. If you have patches we would prefer you to send them to the mailing list, but attaching them to a topic is possible, too.

Xcode 4.3 iOS and ocmock

Postby o2x7 » 02 Mar 2012, 19:13

Hello all, I recently updated to Xcode 4.3 and in doing so I am now getting the following log in our continuous build. Any suggestions?


[09:29:23]: [Step 3/3] Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
[09:29:23]: [Step 3/3] fopen$UNIX2003 called from function llvm_gcda_start_file in image PadulaTests.
[09:29:28]: [Step 3/3] /Developer/Tools/RunPlatformUnitTests.include: line 415: 43952 Abort trap "${THIN_TEST_RIG}" "${OTHER_TEST_FLAGS}" "${TEST_BUNDLE_PATH}"
[09:29:28]: [Step 3/3] /Developer/Tools/RunPlatformUnitTests.include:451: error: Test rig '/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/Developer/usr/bin/otest' exited abnormally with code 134 (it may have crashed).
[09:29:29]: [Step 3/3] ** BUILD FAILED **
[09:29:29]: [Step 3/3] The following build commands failed:
[09:29:29]: [Step 3/3] PhaseScriptExecution "Run Script" /Users/buildserver/Library/Developer/Xcode/DerivedData/Padula-gvpsozxhykrbdjgagqfszdgytxtb/Build/Intermediates/Padula.build/Debug-iphonesimulator/PadulaTests.build/Script-D00F39891431259E001513C6.sh
[09:29:29]: [Step 3/3] (1 failure)
[09:29:29]: [Step 3/3] Process exited with code 65
[09:29:29]: [Step 3/3] Step Build using XCode (Command Line) failed
o2x7
 

Return to OCMock