I'm using Flutter 3.0.4.
I run my app on my iPhone connected by USB, and I got this error:
The details button shows this:
I'm sure about that there is not duplicate bundle ID on apple developer or my phone.
I'm using Flutter 3.0.4.
I run my app on my iPhone connected by USB, and I got this error:
The details button shows this:
I'm sure about that there is not duplicate bundle ID on apple developer or my phone.
In my case, I only can change bundle identifier to my.bundle.identifier in AppFrameworkInfo.plist. info.plist should be ${PRODUCT_BUNDLE_IDENTIFIER}.
If I change bundle identifier to my.bundle.identifier both in info.plist and AppFrameworkInfo.plist, the error occurred.