Base.lproj/MainMenu.xib is not available when compiling for targets before Mac OS X 10.8

前端 未结 3 1743
长发绾君心
长发绾君心 2021-01-02 19:13

I\'m very new to Cocoa development.
I\'ve just created Cocoa project in Xcode 5. I changed Deployment Target from 10.8 to 10.6. Now I g

3条回答
  •  礼貌的吻别
    2021-01-02 19:47

    There is another way:

    • Remove references from all files in Base.lproj from the project
    • Move files from Base.lproj to ..
    • Add those files again in the project.

提交回复
热议问题