Closed
Description
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...
Activity
parikhparth23 commentedon Feb 12, 2020
parikhparth23 commentedon Feb 12, 2020
@jmagman any idea how to solve this?
jmagman commentedon Feb 12, 2020
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
Please attach the crash with the time stamp matching when it crashed.
parikhparth23 commentedon Feb 13, 2020
@jmagman
jmagman commentedon Feb 13, 2020
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:
parikhparth23 commentedon Feb 13, 2020
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?
@jmagman
jmagman commentedon Feb 13, 2020
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.
parikhparth23 commentedon Feb 13, 2020
thank you @jmagman
github-actions commentedon Aug 23, 2021
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
flutter doctor -v
and a minimal reproduction of the issue.