Closed4
Flutter で google map
Launching lib/main.dart on iPhone 13 in debug mode...
Running pod install...
Running Xcode build...
Xcode build done. 28.4s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
ld: building for iOS Simulator, but linking in object file built for iOS, file '/Users/kioka/Projects/hatago/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMapsCore.framework/GoogleMapsCore' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in parallel
note: Removed stale file '/Users/kioka/Library/Developer/Xcode/DerivedData/Runner-difnydmupmplirfkrungvhjuarrq/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/PromisesObjC.build/Script-218006A5E97B674CB70F7922B8640A85.sh'
Could not build the application for the simulator.
Error launching application on iPhone 13.
参考情報としてこちらかと思ったが異なる模様。
arm64 を追記。
ビルド成功。
Launching lib/main.dart on iPhone 13 in debug mode...
Running pod install...
Running Xcode build...
Xcode build done. 27.0s
Debug service listening on ws://127.0.0.1:58111/JAMF1kgUvyY=/ws
Syncing files to device iPhone 13...
このスクラップは2022/01/15にクローズされました