build error while add revmob ad in iOS app

后端 未结 8 1663
生来不讨喜
生来不讨喜 2021-02-19 03:02

I want to add RevMob add in my app but there are some errors

Undefined symbols for architecture i386:
\"_OBJC_CLASS_$_SKStoreProductViewController\", reference         


        
相关标签:
8条回答
  • 2021-02-19 03:42

    They release a new SDK version (4.6.0) that works perfectly on older Xcode versions!

    0 讨论(0)
  • 2021-02-19 03:43

    When your are dropping the files manually in xcode the files are not copied to Bundle. So "SKStoreProductViewController.m" was the file not copied in the bundle so the error occurred. To resolve the error. Drag the files only .m files to Copy Bundle Resourceas shown in the imageenter image description here

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