Where is build output going?

前端 未结 1 1661
旧时难觅i
旧时难觅i 2021-01-23 23:17

I have a library project in Xcode 4. I\'m building against iOS 4.3. The build products path is set to /Developer/Projects/BuildOutput. I\'m building \'iPhone 4.3 Simulator\'.

相关标签:
1条回答
  • 2021-01-23 23:30

    They changed the build behavior in Xcode 4 a little, so builds do not longer end up in the same directories as before.

    You can fix this in the Xcode 4 preferences (notice the Derived Data setting):

    XCode screenshot

    0 讨论(0)
提交回复
热议问题