The Rider cannot more deploy to simulators
Followed by 5 people
Please sign in to leave a comment.
Please sign in to leave a comment.
Hi Andrey,
Are you in the latest Rider version (2019.3.4)? A similar issue was fixed there: https://youtrack.jetbrains.com/issue/RIDER-26838.
It wasn't same. I had all devices inaccessible. Your link about other bug.
So, colleagues, The problem is solved. Pleas do not ask me why Rider left (no idea why) Info.plist in the project. It was looked OK but the Rider didn't seen the file.
How I have solve it:
- open file in XCode (it was still possible in Rider)
- change anything with save
- XCode has warning some problems and asked me to fix them
- I've answered - YES.
When I was back in Rider all devices were "black" (not more disabled to choice). My other colleges who are working with me on the same project didn't have this trouble. It means the trouble was only on my machine and my Rider. When I have opened the same solution in MS VisualStudio 2019 it was also OK and perfect.
Sorry, but I had time limit on the project and didn't analyse problem deep (it was already invested more half day)... But as the trick you can use it too.
FYI: the same branch was OK for other machines. That's why I have started to fix anything with XCOde at the last case :(
After fix problem with XCode I have not found any changes in project files. It means XCode has changed somewhere / something else.
Andrey,
Thanks for the details! Perhaps, it was this issue https://youtrack.jetbrains.com/issue/RIDER-37040? Did you restart Rider when you fixed info.plist file in XCode? Anyway, we'll try to reproduce your issue. Please let us know if you run into this again.
Julia Vaseva I would like to bring this issue up again. Along with my teammates, we ran into the same issue. No device is available for our project. Everything started when we got the 2020 version. All SDKs are updated. I need to admit that it is really annoying since we wasted almost a half of a day struggling with it (including applying Andrey solution which in our case doesn't work). It seems we will be forced to get back to the older version of Rider. Could you look at it?
Edit: It looks like the issue refers to all version above 19.2. For 19.3. (1,2,3,4) as well as 2020 we are not able to set target simulator at all- that option is unavailable. Now I have 4 versions of Rider on my mac and only 19.2.4 works. I would be grateful for the look at it.
Same here. Installed a version 2020.1 side by side with version 2019.2.3 and see no simulators available. On Version 2019.2.3 all work well. Xcode works well, VS seem to work perfectly fine. Grepping through the logs gives this but I'm not sure if this is helpful in solving the problem.
idea.log-45281-2020-04-20 18:59:50,652 | INFO | xcode | Using swift toolchain at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
idea.log-45282-2020-04-20 18:59:50,692 | TRACE | XamarinIOSConfigurationParameters | [currentPlatforms] MTouchArch: null
idea.log-45283-2020-04-20 18:59:50,694 | TRACE | XamarinIOSConfigurationParameters | [currentPlatforms] MTouchArch: null
idea.log:45284:2020-04-20 18:59:50,765 | INFO | xcode | Simulator runtime not found: com.apple.CoreSimulator.SimRuntime.watchOS-6-1
idea.log:45285:2020-04-20 18:59:50,767 | INFO | xcode | Simulator runtime not found: com.apple.CoreSimulator.SimRuntime.tvOS-13-2
idea.log:45286:2020-04-20 18:59:50,769 | INFO | xcode | Simulator runtime not found: com.apple.CoreSimulator.SimRuntime.iOS-13-2
idea.log:45287:2020-04-20 18:59:50,770 | INFO | xcode | Simulator runtime not found: com.apple.CoreSimulator.SimRuntime.iOS-13-3
idea.log:45288:2020-04-20 18:59:50,785 | INFO | xcode | Simulator runtime not found: com.apple.CoreSimulator.SimRuntime.tvOS-13-3
Some kind of shaman dancing: https://stackoverflow.com/questions/26690730/xcode-project-not-showing-list-of-simulators/26690775#26690775
Try over terminal restore will take no effect.
Something wrong on the low level :(
Have you tried to create any empty project (or open your iPhone project) in XCode? It can tell you about problems in your projects and asks to fix it. After my answer: yes - the problem was solved