再在Podfile文件添加
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
这样就可以解决模拟器、真机和Debug、Release之前来回切换问题
再在Podfile文件添加
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
这样就可以解决模拟器、真机和Debug、Release之前来回切换问题
本文标题:M1电脑解决模拟器和真机release和debug同时支持跑项目
本文链接:https://www.haomeiwen.com/subject/cutdortx.html
网友评论