前提・実現したいこと
NavigationControllerを使ったアプリを作っています。
ある時からいきなり「Thread 1: signal SIGABRT」エラーが出るようになりました。
コードのみ削除するなど、コードと部品の接続が正しく出来ていない時によく生じるエラーですが、
全部の部品とコードを確認しましたが問題ありませんでした。
思い当たる節として、
AppStoreConnectでTestFlightを出すためにアーカイブしたらエラーが発生しました。
これはpodをアップデートして解決しましたが、起動時のクラッシュでリジェクトされてしまいました。
そこで実機とシミュレーターでビルドしたところ「Thread 1: signal SIGABRT」エラーが出てしまいました。
おそらく、このpodをアップデートしたタイミングでおかしくなったと思うのですが、
具体的に何をすれば解決できるでしょうか?
試したこと
Storyboardの矢印を変えて、他のView Controllerから起動させてみましたが、起動後すぐ上記エラーになってしまいます。
補足情報
podは
pod 'Firebase/AdMob'
pod 'GoogleMaps'
をインストールしています。
vi Podfile
でPodfileを見ようとすると
E325: ATTENTION Found a swap file by the name ".Podfile.swp" owned by: ◯◯ dated: Fri Nov 29 13:59:55 2019 file name: ~/◯◯/◯◯/◯/Pod file modified: YES user name: ◯◯ host name: ◯◯◯◯-no-MacBook-Pro.local process ID: 13200 While opening file "Podfile" dated: Wed Mar 13 11:36:18 2019 (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use ":recover" or "vim -r Podfile" to recover the changes (see ":help recovery"). If you did this already, delete the swap file ".Podfile.swp" to avoid this message.
のエラーが表示されます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。