0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

昨日まで起動できていたiOSアプリがError (Xcode): Provisioning profile

Posted at
% fvm flutter run --flavor prd -d 00008030-001574A8224EAA***
Launching lib/main.dart on 開発端末のiPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: F37J8PW***
Running pod install...                                              5.8s
Running Xcode build...
Xcode build done.                                           20.3s
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): Provisioning profile "match Development jp.co.hoge" doesn't include the currently selected device "開発端末のiPhone" (identifier 00008030-001574A8224EAA***).
/**/ios/Runner.xcodeproj



It appears that there was a problem signing your application prior to installation on the device.

Verify that the Bundle Identifier in your project is your signing id in Xcode
  open ios/Runner.xcworkspace

Also try selecting 'Product > Build' to fix the problem.

Error launching application on 開発端末のiPhone.

Xcodeで開いて、プロビジョニングプロファイルを確認してみてください。
手っ取り早く解決するならば、Xcodeで開いて、ターゲットを選択し、Signing & Capabilitiesタブで「Automatically manage signing」にチェックを入れ、チームを選択してみてください。

昨日まで起動できていたならば、開発チームの誰かが端末追加などをしたことでプロビジョニングプロファイルが新しいものになってしまっているのかもしれません。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?