Search code examples
xcodeflutterapple-developer

Unable to install "Runner" on real device


I'm using Flutter 3.0.4.

I run my app on my iPhone connected by USB, and I got this error:

enter image description here

The details button shows this:

enter image description here

I'm sure about that there is not duplicate bundle ID on apple developer or my phone.


Solution

    1. Press shift+command+k to clean build folder.
    2. Check your info.plist and AppFrameworkInfo.plist, bundle identifier should not be the same.