问题
I am using Bitrise
to generate build and upload it to AppStore. There were no errors when i run app on device or generate build and upload to AppStore via Xcode no problem occurred, but when i tried to do the same process via Bitrise
it fails saying
❌ ld: framework not found GoogleMaps
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)The following build commands failed: Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/-dieoklyyfvjmlsccijdlwfgpxbsh/Build/Intermediates.noindex/ArchiveIntermediates//IntermediateBuildFilesPath/.build/Staging-iphoneos/Deliverr.build/Objects-normal/armv7/ normal armv7 (1 failure)
Here is project setting
I have tried by changing Architecture
setting as well
Thanks in advance
回答1:
Got the solution :
I am using
pod 'Bolts'
which was causing issue along withpod 'GoogleMaps'
, once i removed pod 'Bolts' everything works fine
来源:https://stackoverflow.com/questions/52720281/bitrise-googlemaps-framework-not-found-issue