Bitrise : GoogleMaps framework not found issue

早过忘川 提交于 2020-01-02 10:28:11

问题


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 with pod 'GoogleMaps' , once i removed pod 'Bolts' everything works fine



来源:https://stackoverflow.com/questions/52720281/bitrise-googlemaps-framework-not-found-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!