2022年10月
Swiftで、"Type of expression is ambiguous without more context"のエラー
2022年10月22日
エラーになったプログラムは以下(抜粋) swifter.getUserFollowersIDs(for: .screenName("xxxxx"), success: { json, prev, next in for […]
Xcodeでファイルを新規作成またはDuplicate(複製)しようとしたときに、"Unable to create a save panel."のエラーが発生
2022年10月22日
Unable to create a save panel. Try your operation again. If that fails, quit and relaunch the application and […]
Xcodeで実機デバッグをしようとして、Unable to install [アプリ名]
2022年10月16日
詳細を見てみると、以下のエラー Could not inspect the application package. 効果があった対処方法 ・策1:Product > Clean Build Foler ・策2:Buil […]
Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized without AppMeasurement
2022年10月16日
Info.plist内に以下コードを追加することで解消。 <key>GADIsAdManagerApp</key> <true/>
Xcodeでinfo.plistが見当たらない
2022年10月1日
Xcode13以降で新規にSwiftUIプロジェクトを作ると、info.plistが見当たりません。 TARGETS設定のINFOタブの中でできるようになったよ、という情報はWeb上に色々あるのですが、いやいや大量に設定 […]