1
1

More than 1 year has passed since last update.

XcodeのリリースビルドでError (Xcode): "Runner" requires a provisioning profile.

Last updated at Posted at 2023-01-21

XcodeのSigning & Capabilitiesにてただしく、
Apple DistributionのProvisioning Profileを設定しているのに、見つからないとのエラーがリリースビルドのたびに発生しました。

結論

「Build & Setting」
に行き、
・「Code Signing Identity」の「Release」が「iOS Distribution」になっているかどうか

・「Provisioning Profile」の「Release」に、manual設定で作成したprovisioning Profileが設定されているかどうか

この二点を確認し、改善したらうまくいきました。

1
1
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
1
1