Ich habe gerade den Xcode auf Version 10.3 (10G8) aktualisiert.
Jetzt wird mein Projekt nicht mit diesem Fehler ausgeführt:
/* com.apple.actool.errors */
: error: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSimDeviceType.iPad-2x) with runtime iOS 12.4 (12.4 - 16G73) - com.apple.CoreSimulator.SimRuntime.iOS-12-4
Failure Reason: Failed to create new simulator device that matches IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSimDeviceType.iPad-2x) for runtime iOS 12.4 (12.4 - 16G73) - com.apple.CoreSimulator.SimRuntime.iOS-12-4 (Invalid runtime: com.apple.CoreSimulator.SimRuntime.iOS-12-4)
Underlying Errors:
Description: Invalid runtime: com.apple.CoreSimulator.SimRuntime.iOS-12-4
/* com.apple.actool.compilation-results */
/Users/xxx/Library/Developer/Xcode/DerivedData/xxxxx-dxlvvymxzdfqjubnuntqlxggtyja/Build/Intermediates.noindex/xxxxx.build/Debug-iphonesimulator/xxxxx.build/assetcatalog_generated_info.plist
xcode
storyboard
Ahmadreza
quelle
quelle
Antworten:
Ich habe meinen Mac neu gestartet, das Problem ist gelöst.
quelle
Das Laufen
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
vom Terminal hat mein Problem gelöst.quelle
Ich hatte das gleiche Problem, alles was ich getan habe ist
Klare Einschränkung, für meinen Fall war die Quelle von UITableView, und stellen Sie sicher, dass Einschränkungen an Safeare und nicht an Superview angehängt sind. siehe Bild
Gehen Sie in der Symbolleiste oben zu Editor> Leinwand> Layout-Rechteck. Sehr wichtig, dass Sie diesen Schritt dreimal wiederholen müssen
Beenden Sie XCode und öffnen Sie es erneut. Alles sollte behoben sein
Ich habe bemerkt, dass dies passiert, wenn ich die Ansicht für verschiedene Geräte 8, 11, 4s wechsle
Viel Glück
quelle