4
3

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.

Xcode code signing error ( No code signing identities found: No valid signing identities )のFix方法

Posted at

現象

Xcodeにて

実機にアプリを転送しようとRun

error1.png

FixIssueを試みたけど
error2.png

原因

すでに他の人がビルドしているものを違うAppleIDでビルドしようとしたため。
同一のチームIDを使ってビルドすることで上記のような現象は起きません

その場での解決方法

TARGETS->General->Identify

BundleIdentifierの名称を変更する。
TeamをNoneとする。

ビルド。

target.png

Thanks!

ios - An App ID with Identifier '' is not available. Please enter a different string - Stack Overflow

4
3
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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?