You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xamarin.iOS Getting exception when going to build(System.IntPtr ObjCRuntime.NativeObjectExtensions::GetNonNullHandle(ObjCRuntime.INativeObject,System.String)', referenced from the method 'System.Void )
#68
Are you still experiencing issues when trying to build the project?
If yes, in the 'iOS Build' settings, which are entered in the 'Properties' of your iOS project, you can place:
'Linker Behaviour' to be 'Link Frameworks SDKs Only'
'Supported Arhitectures', you need to place the architectures which are not related to simulators as we do not have support for iOS simulators. Here, you can place 'ARM64' (as you did in the first screenshot).
In the 'Additional mtouch arguments', can you add '--linkskip=MicroBlink', as mentioned here.
Lastly, make sure that you're using the latest version of the SDK.
/Users/yasir/Downloads/blinkid-xamarin-master/Samples/iOS/MTOUCH: Error MT2101: Can't resolve the reference 'System.IntPtr ObjCRuntime.NativeObjectExtensions::GetNonNullHandle(ObjCRuntime.INativeObject,System.String)', referenced from the method 'System.Void BlinkID.MBBlinkIdOverlayViewControllerDelegateWrapper::BlinkIdOverlayViewControllerDidFinishScanning(BlinkID.MBBlinkIdOverlayViewController,BlinkID.MBRecognizerResultState)' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'. (MT2101) (BlinkIDSample)
The text was updated successfully, but these errors were encountered: