build error while add revmob ad in iOS app

后端 未结 8 1683
生来不讨喜
生来不讨喜 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:28

    I faced similar issue and after long search and checking sample RevMob code, i found this solution, may be help others:

    Under project target, select Build Settings, under Deployment, check iOS Deployment Target, change the value to 'iOS 9.0' or higher.

    I hope this help.

提交回复
热议问题