How to open a storyboard in IOS Visual Studio and XCode 13

Seth Isaacks 51 Reputation points
2021-10-19T23:37:57.567+00:00

I am trying to create a new story board on IOS MAC. I am running the latest IOS Visual Studio for MAC and XCode 13
https://learn.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=macos
However when I double click on the storyboard I get an error from visual studio starting that it cannot communicate with xcode
Then the rainbow death spinner pops up and I cant do anything but power off the MACbook.
Does anyone know what is going on????

Developer technologies | .NET | Xamarin
{count} votes

2 answers

Sort by: Most helpful
  1. Isaac Erazo 11 Reputation points
    2021-11-16T14:35:19.953+00:00

    I am having the same issue trying to open the storyboard from vs for Mac with Xcode. Well I created a blank storyboard to see if Xcode would start and it did. Then, I compared both story files and found that the toolsVersion on both files were different (toolsVersion="17150"). I changed the vs one with the Xcode version saved and it worked. now we know...

    2 people found this answer helpful.

  2. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
    2021-10-21T02:10:50.177+00:00

    Hello,
    Welcome to our Microsoft Q&A platform!

    According to the prompt,try to force quite XCode (Click the Apple menu and choose Force Quit or press Command-Option-Escape)

    Then, you could try to create a .storyboard file not named "LaunchScreen" to check if the issue still exist, refer to the following steps
    Right click the iOS project -> Add -> New File->iOS(Storyboard)-> Name EmptyStoryboard(or other name)

    Then you could try to open this new .storyboard file.
    I find a similar thread, it may caused by the XML format. You could also try to create a new project and check if this issue exists in all new projects.

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.