LoginSignup
2
2

More than 5 years have passed since last update.

Alamofireを使っていてEXC_BAD_ACCESSが出た時の対処法

Posted at

Alamofireを使用したプロジェクトをビルドしたら、 EXC_BAD_ACCESS が出た。

対処法

DerivedDataを削除する
(何故こうなるかは書かれていない…)

DerivedDataの場所の確認

Xcode > Preference > Locations > Derived Data から確認できる

消し方

DerivedData以下をFinderでごそっと消してしまう。
プロジェクトをXcodeで開けば生成されるファイルなので、気にせず削除。

参考

EXC_BAD_ACCESS · Issue #881 · Alamofire/Alamofire
https://github.com/Alamofire/Alamofire/issues/881

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