You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the xamarin.iOS project in that I have to create a floating button for some screens, so after some R&D I have found this components nuget and try to implement it in my app. I'm using visual studio for Mac for development.
So, its working fine without any error but when I tried to open my Main.Storyboard with Xcode in gives the error updating objective c-type information, and not open the UI in Xcode which is wrong. I can open the storyboard in the VS designer, but not in Xcode, then I have removed the material component package and my storyboard is start working with Xcode. Than I have try to use 35.2.0 version of that component which working fine.
You can easily reproduce the error, just add the Xamarin.iOS.MaterialComponent package with 39.0.0.0 version and try to open any .xib file or Main.Storyboard file it will give this error!
The text was updated successfully, but these errors were encountered:
I'm working on the xamarin.iOS project in that I have to create a floating button for some screens, so after some R&D I have found this components nuget and try to implement it in my app. I'm using visual studio for Mac for development.
So, its working fine without any error but when I tried to open my Main.Storyboard with Xcode in gives the error updating objective c-type information, and not open the UI in Xcode which is wrong. I can open the storyboard in the VS designer, but not in Xcode, then I have removed the material component package and my storyboard is start working with Xcode. Than I have try to use 35.2.0 version of that component which working fine.
You can easily reproduce the error, just add the Xamarin.iOS.MaterialComponent package with 39.0.0.0 version and try to open any .xib file or Main.Storyboard file it will give this error!
The text was updated successfully, but these errors were encountered: