【发布时间】:2017-03-02 12:49:48
【问题描述】:
无法编组 Objective-C 对象 0x7a71ed40(类型:SecondViewController)。找不到该对象的现有托管实例,也无法创建新的托管实例(因为“NavigationApp.SecondViewController”类型没有采用一个 IntPtr 参数的构造函数)。
我有一个 ViewController 和 secondViewController,当我将情节提要连接到 secondViewController 时,会显示上述错误。但是没有与 secondViewController 的连接,它工作正常。
【问题讨论】:
标签: ios xamarin.ios