Undefined symbols for architecture i386, building for iOS?

前端 未结 1 981
南方客
南方客 2021-01-18 08:36

I have downloaded the iProcessing framework (lets you build native javascript apps for iPhone) and when I try to compile, I get:

Undefined symbols for archit         


        
相关标签:
1条回答
  • 2021-01-18 09:23

    Make sure you link in the iAd framework to your project. Do this by going to your project settings in Xcode. Then select your target and in the right pane go to "Build Phases." Then in the "Link Binary with Libraries" section hit the "+" button to add more frameworks. Select iAd.framework click "Add" and then rebuild.

    The screen looks something like this:

    enter image description here

    0 讨论(0)
提交回复
热议问题