10

I'm trying to switch from VS for Mac to Rider. My Xamarin.Forms project compiles and deploys on VS for Mac on both iOS and Android. Now I've opened the project in rider and it works great for the Android app, but when I try to run the iOS app, I get this error (after a successful build):

Application bundle was not generated after deployment

I've tried clean & rebuild, but to no avail.

Any ideas?

Simon Corcos
  • 962
  • 14
  • 31

5 Answers5

5

This happened to me today on Mac OS with the release of XCode 12.0, So what fixed it for me was to TOTALLY uninstall XCode and re down the last version I had installed, V11.6 from apple developers site https://developer.apple.com/download/more/?&name=Xcode. After that Rider will now run the iOS simulator as normal.

I guess the lesson learned is to not just update XCode until a few weeks, because I think Jetbrains need to catch up and release a newer version that works with the newer version of XCode. Of course if you need to test your app with the latest new version of iOS, then I guess you can still use VS for Mac as that still worked fine for me, but I need Rider to code, VS just doesn't do it for me at the moment

Update: I upgraded to XCode 12 today (3/10/2020) and all seems to be working fine..

Another possible work around if it doesn't work maybe: youtrack Jetbrains

Atif Rehman
  • 417
  • 6
  • 6
4

Sorry, this is a known issue with the latest release (2018.1). Already fixed and waiting to be made public as part of 2018.1.1 later this month. The only current workaround that I know is to revert to 2017.3.

Jura Gorohovsky
  • 9,886
  • 40
  • 46
  • I'm on 2018.1.4 and still getting this issue. I'm using an automatic setting/default setting for the provisioning profile, this might be why. – Pellet Aug 22 '18 at 01:21
  • 5
    I'm now experiencing this issue on Rider (2020.2.3) and XCode (Version 12.0 (12A7209)). – Ryan Payne Sep 21 '20 at 18:36
  • 1
    @RyanBrookePayne You may want to report this to JetBrains at https://youtrack.jetbrains.com/issues/rider. Chances are you'll get better support there. – Jura Gorohovsky Sep 22 '20 at 11:57
  • 2
    @JuraGorohovsky I found an existing issue with a workaround: https://youtrack.jetbrains.com/issue/RIDER-50673. Thanks for the suggestion. – Ryan Payne Sep 22 '20 at 14:51
3

Tested today.

Download the last released version directly from their website.

Now is launching iOS devices.

Rider 2.2.4

CarLoOSX
  • 505
  • 3
  • 9
1

This now works for me in the 2018.2 EAP build.

Pellet
  • 2,254
  • 1
  • 28
  • 20
0

Make sure you select iPhoneSimulator for your platform type under your configurations.

enter image description here

If you don't, you may also get the Application bundle was not generated after deployment message.

source

Dan Beaulieu
  • 19,406
  • 19
  • 101
  • 135