I am trying to convert my iOS application to Windows 10 application using WinObjC SDK.
I was able to successfully create the .sln file of the project.
I tried to build this using local machine but it was showing an error related to "Xib2Nib.exe", saying it was unable to convert LaunchScreen.xib (error exit code 255). So I removed the LaunchScreen.xib file from my project. Now there is just a Main.storyboard file for UI.
I again tried to build the application and I was able to build it successfully, but the application is just showing the navigation title and a blank black screen.
Can anyone help me in this?