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.

signal SIGABRT の解決

Posted at

signal SIGABRTにあたってしまったお。

signal abort: シグナルが途切れた、つまり、referenceできないよーってなんとなく言われているはず。

デバッグは、
スクリーンショット 2020-02-24 15.15.14.png

エラーコードとエラーコードググった感じから、SwifterライブラリのターゲットバージョンがiOSのバージョンとズレてるのかとかの感覚で、実際、podfileでSwifterライブラリのターゲットバージョンを変更した後だったから、これは、適切なバージョン調べないとダメか?と小1時間くらいswifterのドキュメントとか見てやったけど、
解決法は、”cleanしてbuild”しただけ。
参考: http://www.project-unknown.jp/entry/2015/03/28/133347

動いた↓
スクリーンショット 2020-02-24 15.23.01.png

バグの解決は、
可能性を列挙->簡単な選択肢から潰す。
これをキッモに銘じよう。

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?