LoginSignup
2
2

More than 5 years have passed since last update.

App Store申請時のXcodeでValidation Errorが出る問題(UDIDについて)

Posted at

最近、UDIDを使ったアプリは申請に通らなくなりました。
なので、XcodeからArchiveして申請する時には、uniqueIdentifierを取得しているところを探して、UUIDに変更する必要があります。

探すには、ターミナルを起動して、cdでプロジェクトのディレクトリへ行き、

「find . | grep -v .svn | grep ".a" | grep -v ".app" | xargs grep uniqueIdentifier」

を実行するとマッチしてくれます。

参考URL
http://stackoverflow.com/questions/16489079/apps-are-not-permitted-to-access-the-udid-and-must-not-use-the-uniqueidentifier

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