エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [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 […]
現役iOSエンジニアがiPhoneアプリ開発におすすめな学習本を紹介!SWiftとSwiftUIの違いと、それぞれの初学者向けの入門書から経験者向けの参考書、そして関連するデータベース等の技術本の紹介をします。電子版の紹介も有り!
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー 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 の起動に失敗しました: セッションにバインド […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー ‘index(of:)’ is deprecated: renamed to ‘firstIndex(of:)’ 翻訳 index(of:)’ は非推奨: ‘firstIndex(of:)’ にリネームされました。 原因 翻訳の通りですが、 index(of: […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Validate Project Settings:Update to recommended settings 翻訳 プロジェクト設定の検証:推奨設定に更新 原因 Xcode推奨の設定でないため。 言われるがままに愛のままに推奨設定に更新すればOKです。 解決手順 ・エラー文言をクリック ・「Perform Changes」をクリック ・「 […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー 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 をロードできませんでした: […]