Tag: 路由我

MonoTouch.Foundation.MonoTouchException已经抛出了Objective-Cexception。 名称:NSInternalInconsistencyException

当我在Xamarin中运行我的iOS应用程序时,我似乎遇到了这个问题。 MonoTouch.Foundation.MonoTouchException has been thrown Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: 'NSBundle … (loaded)' with name 'RouteMeViewController' 我正在尝试用一个RouteMeViewController来replace一个GoogleMapsViewController,在一个应用程序中使用Objective C库和Binder进行工作。 我的AppDelegate看起来像这样: namespace ExampleApp.iOS { [Register ("AppDelegate")] public partial class AppDelegate : UIApplicationDelegate { UIWindow window; RouteMeViewController viewController; public override bool FinishedLaunching (UIApplication app, NSDictionary options) { window = new UIWindow […]