LoginSignup
3
2

More than 5 years have passed since last update.

[Xcode]Archive結果がOther Itemsに入ってSubmitできない時の対策

Last updated at Posted at 2015-08-28

CococaPods 0.38.1のバグらしい
http://stackoverflow.com/questions/10715211/cannot-generate-ios-app-archive-in-xcode/31645306#31645306

調べてみるとたしかに。
0.38.2ではなおってるようなので、

バージョン上げる

$ pod --version
0.38.1

$ gem uninstall cocoapods --version '=0.38.1'
Successfully uninstalled cocoapods-0.38.1


$ gem install -v 0.38.2 cocoapods
Successfully installed cocoapods-0.38.2

$ pod --version
0.38.2

バージョンあげた後、再度 pod install
いつものiOS Appsに入って、問題なくSubmitできるようになった。

Provisioning Profileまわりを疑って、時間かかった。

3
2
2

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