-
Notifications
You must be signed in to change notification settings - Fork 28k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes on iPhone but works fine with android emulator, android device and iOS simulator #50676
Comments
|
@jmagman any idea how to solve this? |
You're saying the app is crashing on launch? Need crash logs from the device. Xcode > Windows > Device and Simulators > Devices > your device > View Device Logs |
|
Are you using a Personal Team provisioning profile? If so, this is a duplicate of #49504 (comment). If you run from Xcode you will see an error like:
|
yes, i am using a personal tea account...so its an issue from the apple side and not from flutter based on the link above? |
Yes, it's an issue with code signing any dynamic library (like Flutter) on iOS 13.3.1 and 13.4. You can follow that issue for updates. Duplicate of #49504. |
thank you @jmagman |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I am using iPhone 11 OS 13.3.1.
When i try to install the app through android studio it crashes.
The app works fine on Android device, emulator and iOS simulator.
I did the following:
[ flutter doctor is fine ]
[ upgraded to the latest flutter]
[ iOS certificates/signing is valid ]
[ flutter clean ]
it gets stuck at Installing and launching...
The text was updated successfully, but these errors were encountered: