Cordova command-line build fails in /tmp on Mac

前端 未结 3 1945
遥遥无期
遥遥无期 2021-02-09 10:17

I get a linker error building a brand-new PhoneGap app from the command line. It creates a bunch of files, and if I open the created .xcodeproj in Xcode, it builds

3条回答
  •  悲&欢浪女
    2021-02-09 10:59

    This may be because your framework references are corrupted or point to nowhere. In the left of XCode under 'Frameworks' and 'Resources' try re-adding anything you added yourself. Chances are with Cordova its a plugin SDK you are using that has been updated or deleted.

提交回复
热议问题