2017-06-07 4 views
5

私はシミュレータでこのアプリケーションを実行しようとしたとき、Xcode 8.3.2とXcode 9 beta 1を保持していましたが、プロジェクトはXcode 8.3.2 。私は以下のエラーがあります。Images.xcassets:error:タイプSimDeviceTypeに適したデバイスを見つけることができません

Images.xcassets: error: Failed to find a suitable device for the type SimDeviceType : com.apple.dt.Xcode.IBSimDeviceType.iPad-2x with runtime SimRuntime : 10.3 (14E269) - com.apple.CoreSimulator.SimRuntime.iOS-10-3 
    Failure Reason: Failed to create SimDeviceSet at path /Users/Mac/Library/Developer/Xcode/UserData/IB Support/Simulator Devices. You'll want to check the logs in ~/Library/Logs/CoreSimulator to see why creating the SimDeviceSet failed. 
    Underlying Errors: 
     Description: Failed to initialize simulator device set. 
     Failure Reason: Failed to subscribe to notifications from CoreSimulatorService. 
     Underlying Errors: 
      Description: Error returned in reply to notification request: Connection invalid 
      Failure Reason: Software caused connection abort 
/* com.apple.actool.document.notices */ 
+0

私はXcode 8.3.3で同じ問題に直面しています。この問題の解決策は見つかりましたか? –

+0

@AkashThakkar今のところ、私はこれのための解決策を得ていませんでした。 – Tuple

答えて

1

試してみて、プロジェクトをきれいにしてから実行して、私は

後藤製品何をしたかthatsの>クリーン、そして

8

を実行して、私はこのエラーを持っていたし、ちょうどXcodeのメニューからシミュレータを開いて、それを解決しました。 >Open Developer Tool - -

Xcodeシミュレータが開いていたし、起動が完了したら>Simulator

は、私が掃除し、プロジェクトを再構築します。

+0

Xcode 9.2を使用している間、Xcode 8シミュレータをバックグラウンドで開いていることがわかりました。クローズして正しいものを開いてください:) – hypercrypt

関連する問題