美文网首页iOS15good
[不建议升级]Xcode13 版本踩坑之旅-持续更新中

[不建议升级]Xcode13 版本踩坑之旅-持续更新中

作者: 半缘魔君 | 来源:发表于2021-09-23 14:47 被阅读0次

    在iOS15发布来临之际,下载了Xcode13 版本


    image.png

    运行过程中经常无响应


    image.png

    配上我的电脑配置:


    image.png

    总结一句不要升级

    如果不幸入坑, 又不想回退可能会遇到以下问题,欢迎留言交流:

    问题 1 : 彻底废弃Legacy Build System

    The Legacy Build System will be removed in a future release.

    image.png

    修改方法

    Xcode顶部菜单: File > Workspace Settings. 改成: New Build System(Default)


    image.png

    2 多Info.plist问题

    Multiple commands produce 'xxx/Info.plist':

    1. That command depends on command in Target 'xx'): script phase “[CP] Copy Pods Resources”
    2. Target 'xx' (project 'xx') has process command with output 'xx/Info.plist'
    image.png

    修改方法

    Podfile文件增加一行:

    install! 'cocoapods', :disable_input_output_paths => true
    

    然后一定要 pod install

    3 方法冲突

    image.png

    修改方法

    删除冲突方法的其中之一

    4 clip证书报错问题(待解决,解决后立刻更新):


    image.png

    相关文章

      网友评论

        本文标题:[不建议升级]Xcode13 版本踩坑之旅-持续更新中

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