美文网首页
2022-09-15 xcode14 Pod工程中的Bundle

2022-09-15 xcode14 Pod工程中的Bundle

作者: cc帅气的昵称 | 来源:发表于2022-09-14 11:20 被阅读0次

podfile中 添加   忽视签名

post_installdo|installer|

  installer.generated_projects.eachdo|project|

    project.targets.eachdo|target|

        target.build_configurations.eachdo|config|

            config.build_settings['CODE_SIGN_IDENTITY'] =''

         end

    end

  end

end

相关文章

网友评论

      本文标题:2022-09-15 xcode14 Pod工程中的Bundle

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