美文网首页
Pod第三方库签名

Pod第三方库签名

作者: _菩提本无树_ | 来源:发表于2023-12-25 11:28 被阅读0次
在Podfile文件中添加以下内容
post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings["DEVELOPMENT_TEAM"] = "你的teamid,去你的苹果证书后台就能找到"
        end
    end
end

相关文章

网友评论

      本文标题:Pod第三方库签名

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