美文网首页
【Unity】接入Google Admob后,打包IOS xco

【Unity】接入Google Admob后,打包IOS xco

作者: 真诚的狗子 | 来源:发表于2022-11-20 21:35 被阅读0次

    Unity接入了谷歌广告SDK Admob后,打包到Xcode项目,打开后会报一些一看就是Admob的错。

    解决方案:

    Find the solution after 2 days;

    Use Admob SDK Version: 7.0.0

    Build your Project. Go to your project file using terminal. Write this code;

    arch -x86_64 pod install

    Enter

    chmod +x MapFileParser.sh

    Enter

    chmod +x process_symbols.sh

    Then you're ready.

    Tried on Unity 2020.3.25 and Unity 2021.3.1f1

    PS: You dont need to write "chmod +x MapFileParser.sh" for 2021.3.1f1

    相关文章

      网友评论

          本文标题:【Unity】接入Google Admob后,打包IOS xco

          本文链接:https://www.haomeiwen.com/subject/axtgxdtx.html