SenTestCase in Xcode 3.2 and XCBuildLogCommandInvocationSection Errors

前端 未结 4 1863
醉酒成梦
醉酒成梦 2020-12-08 08:35

I have a set of SenTestCase that are causing issues in XCode 3.2.4. When attempting to compile (with a very basic STFail(@"");) the following compiler errors occur

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 09:37

    I had the same issue when developing an iPad app. Try changing the Base SDK of your test target from iPhone Device 3.2 to iPhone Device 4.0.

提交回复
热议问题