microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 809 forks source link

Unable to find class mapping for required object <segue> #264

Open gisardo opened 8 years ago

gisardo commented 8 years ago

Repro project: https://onedrive.live.com/redir?resid=733E3FFAB634EC2C!888055&authkey=!AD4ECDE3sjXNtzs&ithint=file%2czip

ArnOmsft commented 8 years ago

Sorry for the delay to reply. I downloaded the project and converted it to a VS solution using our latest release from 4/14. I don't see the error you mentioned but I see 2 things:

davelamb commented 8 years ago

We don't support the "show" kind of segue in Xib2nib, but that failure was handled poorly. We currently only support "modal" and "push".

jkellywilkerson commented 8 years ago

Getting the same build error for mapView - Unable to find class mapping for required object mapView. Any helpful insight as to how to adjust would be helpful.

Thanks,

JKellyWilkerson

ArnOmsft commented 8 years ago

Thanks for opening the issue #461 for the mapView related error which is effectively different. Supporting the "show" kind of segue is on our backlog but I don't have a date to share yet.