「エラー集」の記事一覧
【Xcode/Swift】APIエラー:App Transport Securityの解決方法
【Xcode/SwiftUI】紫のエラー:runtime: SwiftUI: No symbol named ‘ ‘ found in system symbol set
【Xcode/Swift】windowsで警告:’windows’ was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
【Xcode/SwiftUI】条件分岐が多すぎる際に起こるエラー:The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
【Xcode/Swift】実機ビルドエラー:Provisioning profile “iOS Team Provisioning Profile: *” doesn’t include the currently selected device “iPhone 13 Pro”
【Xcode/Swift】タップ無効化の警告:’beginIgnoringInteractionEvents()’ was deprecated in iOS 13.0: Use UIView’s userInteractionEnabled property instead
【Xcode/Swift】GoogleSignInでエラー:Thread 1: “Your app is missing support for the following URL schemes: {REVERSED_CLIENT_ID}”
【Xcode/Swift】警告:Result of call to ‘xxx’ is unusedの原因と解決方法