Bitrise:未找到 GoogleMaps 框架问题

Bitrise : GoogleMaps framework not found issue

我正在使用 Bitrise 生成构建并将其上传到 AppStore。当我在设备上 运行 应用程序或通过 Xcode 生成构建并上传到 AppStore 时没有出现任何错误,但当我尝试通过 Bitrise 执行相同的过程时它没有说

❌ 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)

这里是项目设置

我也尝试过更改 Architecture 设置

提前致谢

得到解决方案:

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