1
votes

I try to build a flutter app for ios.

After flutter build ios i get these two errors:

  • Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it. (in target 'Runner' from project 'Runner')

  • No profiles for 'com.mybundle' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.mybundle'. (in target 'Runner' from project 'Runner')

Whats the problem here?

1

1 Answers

0
votes

Open the project in Xcode. And fix the errors there. As I recall you have to choose the Runner in Xcode and then signing and capabilities in there choose the team and then run the app.