microsoft / ace

Build Cordova apps with true native UI
http://microsoft.github.io/ace
Other
850 stars 157 forks source link

Navigation to xib with IBOutlet throws error #67

Open zipcommute opened 7 years ago

zipcommute commented 7 years ago

I am trying to add a XIB to my ionic project. The XIB has a View and I connect the Fileowner to the View (IBOutlet). I am getting an error ( this class is not key value coding-compliant for the key view.)

How do I fix this? Ca you please help?

2016-08-27 17:14:55.262 cordova-plugin-opentokjs-example[32346:727167] Error in Error callbackId: NativeHost1603738436 : Error: Native error: [<NSObject 0x7fcf025b0fc0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view. ( 0 cordova-plugin-opentokjs-example 0x000000010f67dca3 -[NativeHost loadPlatformSpecificMarkup:] + 2627 1 cordova-plugin-opentokjs-example 0x000000010f737dc6 -[CDVCommandQueue execute:] + 870 2 cordova-plugin-opentokjs-example 0x000000010f737621 -[CDVCommandQueue executePending] + 833 3 cordova-plugin-opentokjs-example 0x000000010f7371e8 38-[CDVCommandQueue fetchCommandsFromJs]_block_invoke + 248 4 cordova-plugin-opentokjs-example 0x000000010f73a55c -[CDVUIWebViewEngine evaluateJavaScript:completionHandler:] + 156 5 cordova-plugin-opentokjs-example 0x000000010f73705e -[CDVCommandQueue fetchCommandsFromJs] + 302 6 cordova-plugin-opentokjs-example 0x000000010f73618b -[CDVUIWebViewNavigationDelegate webView:shouldStartLoadWithRequest:navigationType:] + 411 7 cordova-plugin-opentokjs-example 0x000000010f72c849 -[CDVUIWebViewDelegate webView:shouldStartLoadWithRequest:navigationType:] + 265 8 UIKit 0x0000000113002471 -[UIWebView webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 276 9 CoreFoundation 0x0000000111fce5cc _invoking + 140 10 CoreFoundation 0x0000000111fce41e -[NSInvocation invoke] + 286 11 CoreFoundation 0x000000011205dd26 -[NSInvocation invokeWithTarget:] + 54 12 WebKitLegacy 0x000000011b0ac16a -[_WebSafeForwarder forwardInvocation:] + 138 13 CoreFoundation 0x0000000112034b17 forwarding + 487 14 CoreFoundation 0x00000001120348a8 _CF_forwarding_prep0 + 120 15 CoreFoundation 0x0000000111fce5cc invoking + 140 16 CoreFoundation 0x0000000111fce41e -[NSInvocation invoke] + 286 17 WebCore 0x000000011c0c6067 _ZL20HandleDelegateSourcePv + 103 18 CoreFoundation 0x000000011200b301 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 19 CoreFoundation 0x000000011200122c CFRunLoopDoSources0 + 556 20 CoreFoundation 0x00000001120006e3 CFRunLoopRun + 867 21 CoreFoundation 0x00000001120000f8 CFRunLoopRunSpecific + 488 22 GraphicsServices 0x0000000115d98ad2 GSEventRunModal + 161 23 UIKit 0x0000000112cc3f09 UIApplicationMain + 171 24 cordova-plugin-opentokjs-example 0x000000010f655ce1 main + 65 25 libdyld.dylib 0x00000001159ef92d start + 1 26 ??? 0x0000000000000001 0x0 + 1 )

See http://ace.run/docs/errors for help