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
I’m using the code that is provided by the example for Xamarin.Forms with a minor change (I use the IMrtdRecognizer instead of the IBlinkIdRecognizer)
I’m using Azure Team Services to build my app. My app was building successfully before integrating BlinkId.
I encountered the following error in the build step of the Build Process
MTOUCH : error MT2101: Can't resolve the reference 'Foundation.NSArray Foundation.NSArray::FromNSObjects(!!0[])', referenced from the method 'System.Void Microblink.MBRecognizerCollection::.ctor(Microblink.MBRecognizer[])'
Any idea on how to correct the issue?
Not sure if it’s relevant but I’m choosing the version of Xcode in a different step of the build process
Xamarin.Forms 4.3.0.947036
BlinkID.Forms 5.0.0
I’m using the code that is provided by the example for Xamarin.Forms with a minor change (I use the
IMrtdRecognizer
instead of theIBlinkIdRecognizer
)I’m using Azure Team Services to build my app. My app was building successfully before integrating BlinkId.
I encountered the following error in the build step of the Build Process
Any idea on how to correct the issue?
Not sure if it’s relevant but I’m choosing the version of Xcode in a different step of the build process
The text was updated successfully, but these errors were encountered: