Getting below error while trying to build or run flutter app for iOS from Android Studio:
Failed to build iOS app Error (Xcode): Undefined symbols:
Error (Xcode): Linker command failed with exit code 1 (use -v to see
invocation)Could not build the application for the simulator. Error launching
application on iPhone 15.
I have tried below commands:
pod deintegrate
pod install
pod install --repo-update
and then below commands:
flutter clean
flutter pub get
but still above error is showing while build xcode project or trying to run the flutter project app in Simulator from Android Studio.
Other details :
Simulator – iPhone 15 (iOS 17.0)
Flutter version – 3.24.5
What might be the issue? Thanks in Advance.