still getting file not found error in xcode

后端 未结 5 1788
借酒劲吻你
借酒劲吻你 2021-01-04 11:48

I am new in PhoneGap, making a app via Xcode; But I found an error regarding CDVViewController.h. However, the file physically exists there. I am using Xcode 4.

5条回答
  •  难免孤独
    2021-01-04 12:46

    If you're building to the local build output directory, rather than the new xcode artefact store, you may need to copy the contents of CordovaLib/build into $YOURPROJECT/build.

    The same applies if you're using xcodebuild from a terminal.

提交回复
热议问题