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?

More than 5 years have passed since last update.

iOSでprovisioning設定のコンフリクトが起きたときと、実機のビルドが通らないときの解消法

Last updated at Posted at 2019-01-27

現象①xcode 10 で実機のビルドが通らなくなった

iOSの実機で動作確認しようとしたら突然以下のエラーが出ました><

a valid provisioning profile for this executable was not found. xcode 10

現象②provisioning settingsがコンフリクトした

Showing Recent Messages
:-1: [App名] has conflicting provisioning settings. [App名] is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor. (in target '[App名]')

解決策

Xcode > File > Project Setting... で、Shared Project Settings: の Build System を「Legacy Build System」に変更したら無事に実行できました。

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?