我是查看环信demo 遇到了记下来
1、 是运行摸机器一直报错 xxx.o 文件找不到 for architecture arm64
podfile文件
post_install do |installer|
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
end
end
xcode 中配置
2、一些三方文件引用能打开文件就是报错找不到
这个需要xcode 用Rosetta 打开 我的xcode 14.3版本 简介没有这个选项
这是从大神哪里好不容易找到的
这样就完美
标签:do,end,14,文件,xcode,m1,each,报错,Xcode From: https://www.cnblogs.com/xiaodeng90/p/17358770.html