多平台开发 JavaScript 接入ios原生 inMobi 广告

第一步: 用cocoapods

target "项目名称" do
        platform :ios, '7.0'
        pod 'InMobiSDK', '~> 6.2.0'
end

导入框架

可能出现的问题:
Use the  $(inherited)  flag, or
Remove the build settings from the target.
  • 
    [!] The `AllBlue [AutoDebug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.autodebug.xcconfig'. This can lead to problems with the CocoaPods installation
    Use the  $(inherited) flag, or

  • Remove the build settings from the target.

    
    [!] The `AllBlue [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation
    Use the  $(inherited) flag, or

  • Remove the build settings from the target.

    
    [!] The `AllBlue [AutoRelease]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.autorelease.xcconfig'. This can lead to problems with the CocoaPods installation
    Use the  $(inherited) flag, or

    Remove the build settings from the target.

     大概就是config设置上有冲突,解决办法:

     在Build Settings -> Other linker flags 中添加$(inherited)
      在Build Settings -> head search Path 中添加$(inherited)   (就是按照提示添加标识就行了)

第二步: 在  当前ViewController 开始弹出广告 
     
     1️⃣导入头文件 设置代理 并声明一个属性 来显示广告
      #import <InMobiSDK/InMobiSDK.h>

     @interface RootViewController ()&l
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值