0

Problem :

I'm trying to open an xib with Xcode through Visual Studio and give me this error. It started to appear since I did update in Visual Studio for Mac and in Xcode.

Visual Studio for Mac Version 8.0.1 (build 1)

Xcode Version 10.2

This is the file I try to open in Xcode. This is the error that appears

2 Answers2

2

In case anyone has trouble opening big storyboards with VS for Mac, try opening a small xib first (right click on xib, then select open with Xcode interface builder). When Xcode is opened and VS is connected with it (VS watches the folder Xcode inside obj folder), browse the project in Xcode and select the big storyboard. I hope it will be useful to someone.

lucapan
  • 81
  • 1
  • 4
1

I discovered this solution and it worked for me. I hope it works out for you.

Xcode can not find the solution to the problem because VS for Mac creates the project on another page, so I deleted the page that is generated by VS for Mac called Xcode and when starting up again it will already create a folder with the solution and run through Xcode.

Delete Xcode folder and run again in VS for Mac