ilap / MaterialComponentsXamarin

Xamarin.iOS bindigs for Material Components for iOS (MDC-iOS).
Apache License 2.0
27 stars 9 forks source link

Error in version 39.0.0.0: Error updating objective c type information #2

Open divyesh008 opened 6 years ago

divyesh008 commented 6 years ago

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!