0
2

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アプリリリースまでにお世話になった記事

Last updated at Posted at 2020-03-16

Archivingする前に

長時間待った挙句容量不足でできません!ってなりました
https://qiita.com/y-some/items/27cecfc5c7ed5725587c
前もってしておくことをお勧めします!

sudo rm -rf ~/Library/Developer/Xcode/iOS DeviceSupport/
sudo rm -rf ~/Library/Developer/Xcode/DerivedData

これだけでもだいぶましになると思います

Provisioning profile "XXXXXX" doesn't include signing certificate YYYY って出る

simulatorだと問題ないのに実機だと落ちる

設定アプリ > プライバシー > 解析 > 解析データ

これで自分の開発したアプリ名のログをみてみましょう。
自分の場合は

thread0 crashed with arm thread state

というのを発見して

https://stackoverflow.com/questions/54427407/thread-0-crashed-with-arm-thread-state-64-bit
こちらの記事から 
自分は全ての手順を踏む前に解決できました。強制アンラップを疑ったところ無事直りました!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?