9
コンパイル時にiOSビルドが失敗し、「タイプSimDeviceTypeに適したデバイスが見つかりませんでした」という問題が発生する
iPad AirでXcode 10.3ベータ2を使用してアプリを実行すると、次のコンパイル時の問題が発生します。以下の問題が発生します。 Failed to find a suitable device for the type SimDeviceType : com.apple.dt.Xcode.IBSimDeviceType.iPad-2x with runtime SimRuntime : 10.3 (14E5239d) - com.apple.CoreSimulator.SimRuntime.iOS-10-3 どんな助けでも大歓迎です。
91
ios
xcode
compilation