flutter-wonderous-app icon indicating copy to clipboard operation
flutter-wonderous-app copied to clipboard

fix/xcode_14_build_error

Open kadirbekar opened this issue 3 years ago • 3 comments

Platform ios updated to 14 in Podfile

kadirbekar avatar Sep 25 '22 12:09 kadirbekar

got this error after this change

Error (Xcode): Building for iOS Simulator, but linking in object file built for
iOS, file
'/Users/henryhe/development/flutter-wonderous-app/ios/Pods/GoogleMaps/Base/Frame
works/GoogleMapsBase.framework/GoogleMapsBase' for architecture arm64


Could not build the application for the simulator.
Error launching application on iPhone 14.

Henryhehe avatar Sep 25 '22 17:09 Henryhehe

@Henryhehe did you try running this with real device? The message says that you encountered the problem while running on an emulator.

@kadirbekar This works! Thank you a lot ;)

nguyen703 avatar Oct 03 '22 06:10 nguyen703

@Henryhehe did you try running this with real device? The message says that you encountered the problem while running on an emulator.

@kadirbekar This works! Thank you a lot ;)

You are welcome :)

kadirbekar avatar Oct 03 '22 09:10 kadirbekar

Just tested today and I'm not seeing an error in xcode 14, I don't think this is needed anymore?

esDotDev avatar Apr 25 '23 15:04 esDotDev