Error in xcode project: ld: library not found for -lcrt1.10.6.o

后端 未结 12 1098
日久生厌
日久生厌 2020-12-05 07:09

Just upgraded to Snow Leopard, installed Xcode 3.2, then installed iPhone SDK 3 for SL.

In a project, I now get the following error on build:

12条回答
  •  庸人自扰
    2020-12-05 08:02

    I had the same error message, none of the above solutions worked for me. I resolved it by deleting the *.pbxuser and *.mode1v3 files inside the xcodeproj file.

    1. Control/click the xcode *.xcodeproj file
    2. Select the "show package contents" option from the menu
    3. A window will open with the contents
    4. Delete the pbxuser/mode1v3 files that start with your user name
    5. Rebuild the project

提交回复
热议问题