エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescripti […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Unable to prepare device for development Please check the connection to the device, and review all errors in the Devices and Simulators window. Failed to prepare device for […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit). 翻訳 プロジェクトのアーキテクチャ(arm64)には、[端末名] が実行できるもの(インテル64ビット、インテル32ビット)はありません。 原因 詳 […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー XCode 左上のRunボタンが非活性の状態になっていて、 Runできない時の解決方法 原因 ビルドするアプリのターゲットが選択されていない為 解決手順 ・Product > Scheme > Edit scheme ・Run > Info項目内の Excutables を「None」からターゲットアプリケーションに変更 ・Runが活性状態に […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー XcodeでRunしようとしたら以下エラーが表示されました。 Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding 翻訳 launchd_sim の起動に失敗しました: セッションにバインド […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Cannot find type ‘UITableViewCell’ in scope Point UITableViewCellに限らず、 UI●●のクラスを作成した時に表示されます。 翻訳 スコープに ‘UITableViewCell’ という型が見つかりません。 原因 UITableVie […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Thread 1: “Could not load NIB in bundle: ‘NSBundle (loaded)’ with name ‘OrderItemAddTableViewCell'” 翻訳 スレッド 1: “バンドル内の NIB をロードできませんでした: […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー ‘stringByReplacingPercentEscapesUsingEncoding:’ is deprecated: first deprecated in macCatalyst 13.0 – Use -stringByRemovingPercentEncoding instead, which […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー ‘NSAttributedStringKey’ has been renamed to ‘NSAttributedString.Key’ 翻訳 ‘NSAttributedStringKey’ は ‘NSAttributedString.Key’ に […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Type ‘ViewController’ does not conform to protocol ‘UIPickerViewDataSource’ Do you want to add protocol stubs? 以下のプロトコルを追加時にエラーになりました ・UIPickerViewD […]