Невозможно запустить образец проекта Flutter на MacOS 10.15 - com.example.flutterTestProject "не может быть зарегистрирован - PullRequest
0 голосов
/ 05 августа 2020

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.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...