libCordova.a file missing in PhoneGap 2.9

后端 未结 5 1507
小蘑菇
小蘑菇 2020-12-14 09:09

Can you plz help me? I am using XCode version 4.6.3 and phonegap version 2.9. The project is running fine in Simulator but when I want to make a IPA file, it always build fa

5条回答
  •  粉色の甜心
    2020-12-14 09:44

    If you check the linker suggestion above and still not working. Make sure that Cordova project has the same configuration name. If your main project has "Debug, Release, and Production" configurations. Add same configurations in the Cordova project. Build Cordova and then build your project.

提交回复
热议问题