MacOS 10.15
Android Studio 4.0 + Flutter plugin.
Я создаю новый простой проект Fltter.
Но когда я пытаюсь запустить его на iphone Я получаю ошибку:
Xcode's output:
↳
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
error: Failed to register bundle identifier. The app identifier "com.example.flutterTestProject" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. (in target 'Runner' from project 'Runner')
error: No profiles for 'com.example.flutterTestProject' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.flutterTestProject'. (in target 'Runner' from project 'Runner')
Could not build the precompiled application for the device.
It appears that your application still contains the default signing identifier.
Try replacing 'com.example' with your signing id in Xcode:
open ios/Runner.xcworkspace
Error launching application on Denis's iPhone.