Xcode 10.3 InstallationSimulators missing in Xcode 10.3Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is runningMy xcode10 version has been updated , i don't find any simulator. It is only marked on Generic IOS DeviceGit ignore file for Xcode projectsHow to “add existing frameworks” in Xcode 4?Version vs build in XcodeHow to download Xcode DMG or XIP file?Xcode suddenly stopped running project on hardware: “Could not launch xxx.app: .. No such file..”Xcode process launch failed: SecurityXcode error “Could not find Developer Disk Image”Xcode 10 Error: Multiple commands produceXcode 10: A valid provisioning profile for this executable was not foundFailed to find a suitable device for the type IBSimDev
Clarifications on Poisson Regression
Speaking German abroad and feeling condescended to when people speak English back to me
Theme or Topic - what's the difference?
"Ich habe Durst" vs "Ich bin durstig": Which is more common?
How to understand Generative Adversarial Networks Discriminative distribution?
What are standard cryptographic assumptions?
table Undefined control sequence
How to manage publications on local computer
"Chess is 90% tactics" - should a player focus more on tactics in order to improve?
Is it possible to use gases instead of liquids as fuel in a rocket engine?
Why was the DC-9-80 so successful despite being obsolete almost from birth?
Was there a clearly identifiable "first computer" to use or demonstrate the use of virtual memory?
Completing the square to solve limit problems
How to communicate faster than the system clock
Can SET IDENTITY_INSERT be allowed with less privileges than db_ddladmin?
How to talk about things I'm ashamed of, without showing this shame through non-verbal-communication?
Unexpected Code Coverage Reduction
Quantum mechanics: probability of being at a location, or probability that we observe it there?
What is the meaning of Text inside of AMS logo
how to make a twisted wrapper
Create virtual block device which writes to /dev/null
What is my volume?
expected value of squared infinity norm of vector of iid gaussians
Using footnotes in fiction: children's book which can be enjoyed by adults
Xcode 10.3 Installation
Simulators missing in Xcode 10.3Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is runningMy xcode10 version has been updated , i don't find any simulator. It is only marked on Generic IOS DeviceGit ignore file for Xcode projectsHow to “add existing frameworks” in Xcode 4?Version vs build in XcodeHow to download Xcode DMG or XIP file?Xcode suddenly stopped running project on hardware: “Could not launch xxx.app: .. No such file..”Xcode process launch failed: SecurityXcode error “Could not find Developer Disk Image”Xcode 10 Error: Multiple commands produceXcode 10: A valid provisioning profile for this executable was not foundFailed to find a suitable device for the type IBSimDev
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have just been (involuntarily) upgraded to Xcode 10.3 (10G8). I'm getting the following error:
/Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: 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
It appears that the upgrade to Xcode is incomplete.
How do I ensure a complete installation, if this is the problem?
xcode xcode10
add a comment
|
I have just been (involuntarily) upgraded to Xcode 10.3 (10G8). I'm getting the following error:
/Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: 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
It appears that the upgrade to Xcode is incomplete.
How do I ensure a complete installation, if this is the problem?
xcode xcode10
add a comment
|
I have just been (involuntarily) upgraded to Xcode 10.3 (10G8). I'm getting the following error:
/Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: 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
It appears that the upgrade to Xcode is incomplete.
How do I ensure a complete installation, if this is the problem?
xcode xcode10
I have just been (involuntarily) upgraded to Xcode 10.3 (10G8). I'm getting the following error:
/Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: 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
It appears that the upgrade to Xcode is incomplete.
How do I ensure a complete installation, if this is the problem?
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
xcode xcode10
xcode xcode10
edited Jul 24 at 8:48
Vadim Kotov
5,6597 gold badges37 silver badges49 bronze badges
5,6597 gold badges37 silver badges49 bronze badges
asked Jul 23 at 1:47
hgmhgm
4201 gold badge2 silver badges3 bronze badges
4201 gold badge2 silver badges3 bronze badges
add a comment
|
add a comment
|
5 Answers
5
active
oldest
votes
Restarting your computer/macOS will resolve the issue.
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
|
show 6 more comments
Kill all simulator processes
$ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Set the correct Xcode path
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
If that doesn’t work, reset all simulators
$ xcrun simctl erase all
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
add a comment
|
First, try to close any running Simulator and Xcode instances. Then, restart CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
You should now be able to build and run your app without any issues.
If not, another issue that you might encounter is that the Xcode upgrade deleted some versions of iOS. You might need to download an iOS Simulator from Xcode. I upgraded from Xcode 10.2, to 10.3, and no simulator was available.
Go to Xcode
-> Preferences
, and click on Components
.
From there you will be able to download a version of iOS.
After the download is complete, close any running Simulator and Xcode instances again and try restarting CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
add a comment
|
- Delete Xcode in Launchpad.
- Clean ~/Library/Developer folder.
- Open the App Store, the Xcode APP button will be "Open".
- Open it.
it worked fine or me.
I have cleaned Xcode folder and project, but it did not work.
add a comment
|
I had the same issue and could only resolve it by downloading the iOS versions again (from Xcode Preferences > Components) that are used in my list of simulators. After that a rebuild (command-B) resolved the error.
In my case downloading iOS 10.3.1 was the solution, but your used versions may differ.
add a comment
|
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Restarting your computer/macOS will resolve the issue.
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
|
show 6 more comments
Restarting your computer/macOS will resolve the issue.
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
|
show 6 more comments
Restarting your computer/macOS will resolve the issue.
Restarting your computer/macOS will resolve the issue.
edited Jul 24 at 2:15
Daniel Storm
12.7k6 gold badges56 silver badges109 bronze badges
12.7k6 gold badges56 silver badges109 bronze badges
answered Jul 23 at 3:07
Admas.ChengAdmas.Cheng
7474 silver badges4 bronze badges
7474 silver badges4 bronze badges
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
|
show 6 more comments
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
33
33
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
I can't believe we have finally resolved to windows techniques... this worked
– Jan
Jul 23 at 15:35
3
3
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
Yes, sadly enough, all it took was a restart on my end as well. I restarted Xcode several times but that didn't work. I had to do a reboot and then it just worked.
– Shawn
Jul 23 at 18:28
2
2
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
Yep, lost 1hr wondering what the problem was, a restart solved it.
– jpcarreira
Jul 25 at 12:17
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
If you have the time to spend, I recommend learning how Xcode works under the hood and figuring out which processes need to be killed. Still would be nice if Xcode did this cleanup itself.
– Michael Ozeryansky
Jul 27 at 3:48
1
1
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
For me it was enough to quit Xcode and then kill the simulator processes as suggsted by 刘海东 : sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
– Rolf Staflin
Jul 29 at 12:57
|
show 6 more comments
Kill all simulator processes
$ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Set the correct Xcode path
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
If that doesn’t work, reset all simulators
$ xcrun simctl erase all
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
add a comment
|
Kill all simulator processes
$ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Set the correct Xcode path
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
If that doesn’t work, reset all simulators
$ xcrun simctl erase all
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
add a comment
|
Kill all simulator processes
$ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Set the correct Xcode path
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
If that doesn’t work, reset all simulators
$ xcrun simctl erase all
Kill all simulator processes
$ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Set the correct Xcode path
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
If that doesn’t work, reset all simulators
$ xcrun simctl erase all
edited Jul 23 at 10:34
grg
2,6142 gold badges22 silver badges36 bronze badges
2,6142 gold badges22 silver badges36 bronze badges
answered Jul 23 at 3:26
刘海东刘海东
4811 silver badge2 bronze badges
4811 silver badge2 bronze badges
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
add a comment
|
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
Should be the accepted solution for Mac users...
– supik
Aug 20 at 12:58
add a comment
|
First, try to close any running Simulator and Xcode instances. Then, restart CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
You should now be able to build and run your app without any issues.
If not, another issue that you might encounter is that the Xcode upgrade deleted some versions of iOS. You might need to download an iOS Simulator from Xcode. I upgraded from Xcode 10.2, to 10.3, and no simulator was available.
Go to Xcode
-> Preferences
, and click on Components
.
From there you will be able to download a version of iOS.
After the download is complete, close any running Simulator and Xcode instances again and try restarting CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
add a comment
|
First, try to close any running Simulator and Xcode instances. Then, restart CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
You should now be able to build and run your app without any issues.
If not, another issue that you might encounter is that the Xcode upgrade deleted some versions of iOS. You might need to download an iOS Simulator from Xcode. I upgraded from Xcode 10.2, to 10.3, and no simulator was available.
Go to Xcode
-> Preferences
, and click on Components
.
From there you will be able to download a version of iOS.
After the download is complete, close any running Simulator and Xcode instances again and try restarting CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
add a comment
|
First, try to close any running Simulator and Xcode instances. Then, restart CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
You should now be able to build and run your app without any issues.
If not, another issue that you might encounter is that the Xcode upgrade deleted some versions of iOS. You might need to download an iOS Simulator from Xcode. I upgraded from Xcode 10.2, to 10.3, and no simulator was available.
Go to Xcode
-> Preferences
, and click on Components
.
From there you will be able to download a version of iOS.
After the download is complete, close any running Simulator and Xcode instances again and try restarting CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
First, try to close any running Simulator and Xcode instances. Then, restart CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
You should now be able to build and run your app without any issues.
If not, another issue that you might encounter is that the Xcode upgrade deleted some versions of iOS. You might need to download an iOS Simulator from Xcode. I upgraded from Xcode 10.2, to 10.3, and no simulator was available.
Go to Xcode
-> Preferences
, and click on Components
.
From there you will be able to download a version of iOS.
After the download is complete, close any running Simulator and Xcode instances again and try restarting CoreSimulatorService.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
edited Jul 23 at 3:17
answered Jul 23 at 2:51
Tim GroeneveldTim Groeneveld
6,7401 gold badge35 silver badges53 bronze badges
6,7401 gold badge35 silver badges53 bronze badges
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
add a comment
|
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
Works. Very disappointed that Apple couldn't account for this problem.
– jorisw
Aug 2 at 10:59
add a comment
|
- Delete Xcode in Launchpad.
- Clean ~/Library/Developer folder.
- Open the App Store, the Xcode APP button will be "Open".
- Open it.
it worked fine or me.
I have cleaned Xcode folder and project, but it did not work.
add a comment
|
- Delete Xcode in Launchpad.
- Clean ~/Library/Developer folder.
- Open the App Store, the Xcode APP button will be "Open".
- Open it.
it worked fine or me.
I have cleaned Xcode folder and project, but it did not work.
add a comment
|
- Delete Xcode in Launchpad.
- Clean ~/Library/Developer folder.
- Open the App Store, the Xcode APP button will be "Open".
- Open it.
it worked fine or me.
I have cleaned Xcode folder and project, but it did not work.
- Delete Xcode in Launchpad.
- Clean ~/Library/Developer folder.
- Open the App Store, the Xcode APP button will be "Open".
- Open it.
it worked fine or me.
I have cleaned Xcode folder and project, but it did not work.
edited Jul 23 at 3:07
answered Jul 23 at 2:52
Elliot WangElliot Wang
313 bronze badges
313 bronze badges
add a comment
|
add a comment
|
I had the same issue and could only resolve it by downloading the iOS versions again (from Xcode Preferences > Components) that are used in my list of simulators. After that a rebuild (command-B) resolved the error.
In my case downloading iOS 10.3.1 was the solution, but your used versions may differ.
add a comment
|
I had the same issue and could only resolve it by downloading the iOS versions again (from Xcode Preferences > Components) that are used in my list of simulators. After that a rebuild (command-B) resolved the error.
In my case downloading iOS 10.3.1 was the solution, but your used versions may differ.
add a comment
|
I had the same issue and could only resolve it by downloading the iOS versions again (from Xcode Preferences > Components) that are used in my list of simulators. After that a rebuild (command-B) resolved the error.
In my case downloading iOS 10.3.1 was the solution, but your used versions may differ.
I had the same issue and could only resolve it by downloading the iOS versions again (from Xcode Preferences > Components) that are used in my list of simulators. After that a rebuild (command-B) resolved the error.
In my case downloading iOS 10.3.1 was the solution, but your used versions may differ.
answered Jul 24 at 14:33
EerkoEerko
213 bronze badges
213 bronze badges
add a comment
|
add a comment
|
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity. Learn more.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity. Learn more.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity. Learn more.