save image
Showing
No preview for this file type
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -10,3 +10,9 @@ target 'OCR-SDK' do |
#pod 'GoogleMobileVision/FaceDetector' | ||
#pod 'GTMSessionFetcher' | ||
end | ||
post_install do |installer| | ||
installer.pods_project.build_configurations.each do |config| | ||
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" | ||
end | ||
end |
Please register or sign in to comment