Commit 0f7aa68e authored by shenyong's avatar shenyong

修改pod配置 解决模拟器无法运行问题

parent 07547208
...@@ -13,5 +13,13 @@ target 'PhoneManager' do ...@@ -13,5 +13,13 @@ target 'PhoneManager' do
pod 'OpenCV' pod 'OpenCV'
pod 'SVProgressHUD' pod 'SVProgressHUD'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' # Exclude arm64 for simulator
end
end
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment