【Warning】Button Style before iOS 15.0
Xcode 13以降で新しいボタンを追加した際にStyleの選択肢として出てくる Plain, Tinted, Gray, Filled はUIButton.Configuration内でiOS 15から使用可能であるが、 デフォルト値が「Plain」になっている為。
未経験から始めるプログラミング ディズニー大好きマンがナレッジを溜めていく技術メモブログ
Xcode 13以降で新しいボタンを追加した際にStyleの選択肢として出てくる Plain, Tinted, Gray, Filled はUIButton.Configuration内でiOS 15から使用可能であるが、 デフォルト値が「Plain」になっている為。
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー [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が活性状態に […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Validate Project Settings:Update to recommended settings 翻訳 プロジェクト設定の検証:推奨設定に更新 原因 Xcode推奨の設定でないため。 言われるがままに愛のままに推奨設定に更新すればOKです。 解決手順 ・エラー文言をクリック ・「Perform Changes」をクリック ・「 […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー Unable to prepare [デバイス名] for development Please check the connection to the device, and review all errors in the Devices and Simulators window. 翻訳 9902を開発用に準備できない デバイスへの接続 […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSBluetoothAlwaysUsageDes […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー The targets “RHImproveBusinessToDisplayProductsUITests” and “RHImproveBusinessToDisplayProductsTests” contains source code developed with Swift 3.x. This version of Xcode d […]
エラー解消方法の備忘録_φ(・_・ ) 発生したエラー 「Archive(アーカイブ)」がグレーアウトして選択できない(´•ω•`) これが選択できないとipa作成できない、、 翻訳 なし 原因 「iOS Simulators」を選択している状態だと 「Archive」ボタンがグレーアウトされるみたいです!! 解決手順 ・Macに接続したデバイス(実機)、もしくは「Build Only Devic […]