Bitrise : GoogleMaps framework not found issue

365 views Asked by At

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

project setting

I have tried by changing Architecture setting as well

Thanks in advance

1

There are 1 answers

1
Shruti Thombre On BEST ANSWER

Got the solution :

I am using pod 'Bolts' which was causing issue along with pod 'GoogleMaps' , once i removed pod 'Bolts' everything works fine