Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve this error "Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace"

Tags:

ios

flutter

dart

I have created a flutter project which is linked with firebase. It works fine with android devices but getting an error when trying to run it at ios device for the first time.

below the output of flutter run command:

enter image description here

like image 224
Shruti Ramnandan Sharma Avatar asked Sep 12 '19 05:09

Shruti Ramnandan Sharma


2 Answers

Replace the info in the box "Bundle Identifier" (in the image), just replace it as "com.example.youremailID.com"

like image 123
Prabhas Kumra Avatar answered Oct 19 '22 22:10

Prabhas Kumra


If nothing else works, try going to the iOS folder and running the Xcode workspace project. Once it successfully runs, quit it and run the app through your IDE again, vscode or AS whichever one you use.

like image 31
Shishir Avatar answered Oct 19 '22 23:10

Shishir