プログラミングスクール最大70%OFF! ←クリックして見に行く

Swift

4/9ページ

【Error】[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 NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [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 […]

【Error】[プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit).

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit). 翻訳 プロジェクトのアーキテクチャ(arm64)には、[端末名] が実行できるもの(インテル64ビット、インテル32ビット)はありません。 原因 詳 […]

【Error】XcodeでRunが非活性になっている時の対応方法

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー XCode 左上のRunボタンが非活性の状態になっていて、 Runできない時の解決方法 原因 ビルドするアプリのターゲットが選択されていない為 解決手順 ・Product > Scheme > Edit scheme ・Run > Info項目内の Excutables を「None」からターゲットアプリケーションに変更 ・Runが活性状態に […]

【Warning】Validate Project Settings:Update to recommended settings

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Validate Project Settings:Update to recommended settings 翻訳 プロジェクト設定の検証:推奨設定に更新 原因 Xcode推奨の設定でないため。 言われるがままに愛のままに推奨設定に更新すればOKです。 解決手順 ・エラー文言をクリック ・「Perform Changes」をクリック ・「 […]

【Error】Cannot find type ‘UITableViewCell’ in scope

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Cannot find type ‘UITableViewCell’ in scope Point UITableViewCellに限らず、 UI●●のクラスを作成した時に表示されます。 翻訳 スコープに ‘UITableViewCell’ という型が見つかりません。 原因 UITableVie […]

【Error】Could not load NIB in bundle

エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Thread 1: “Could not load NIB in bundle: ‘NSBundle (loaded)’ with name ‘OrderItemAddTableViewCell'” 翻訳 スレッド 1: “バンドル内の NIB をロードできませんでした: […]

1 4 9