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

2022-09-14  本文已影响0人  cc帅气的昵称

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

上一篇 下一篇

猜你喜欢

热点阅读