対処法: warning: directory not found for option
エラーじゃないけど、warningが出てたので気になった。 directory not found for optio...
対処法: count is unavailable: access the count property on the collection. Type String doesn’t conform to protocol CollectionType [Swift2.2]
Swift2.0にしたら出たエラー。 Swift2.0で文字列の長さを出すには、書き方が変わってるよ。 出たエラー ...
対処法: GoogleMobileAds(GADGestureUtil.o)’ does not contain bitcode. You must rebuild it with bitcode enabled〜
エラー内容: GoogleMobileAds(GADGestureUtil.o)' does not contain bitcode. Y...
対処法: unrecognized selector sent to instance
unrecognized selector sent to instance というエラー。 問題があったコード 修正し...
対処法: use of unresolved identifier ‘layout’
これはCartographyのエラーでした。 元のソース 修正後のソース まぁ、layout を constr...
対処法: Cannot invoke initializer for type ‘UInt’ with an argument list of type ‘(objc_AssociationPolicy)’ [Swift2.2]
Swift2.0にコンバートしたら、ライブラリでなんかエラーでた。 元のコード 直したコード(Swift2.0) ...