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
Environment
Visual Studio Mac: 8.9.7 (build 8)
BlinkID SDK version: 5.11.0 Xamarin Forms
Problem
Doesn't allow compiling on iOS, this works fine on Android
Error CS0234: The type or namespace name 'ScanningDoneMessage' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
Error CS0234: The type or namespace name 'ScanningDoneMessageId' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
The text was updated successfully, but these errors were encountered:
Environment
Visual Studio Mac: 8.9.7 (build 8)
BlinkID SDK version: 5.11.0 Xamarin Forms
Problem
Doesn't allow compiling on iOS, this works fine on Android
Error CS0234: The type or namespace name 'ScanningDoneMessage' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
Error CS0234: The type or namespace name 'ScanningDoneMessageId' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
Add a using statement at the top of your file for BlinkID.Forms.Core. That's where the Messages.ScanningDoneMessage lives that the sample is referring to.
Environment
Visual Studio Mac: 8.9.7 (build 8)
BlinkID SDK version: 5.11.0 Xamarin Forms
Problem
Doesn't allow compiling on iOS, this works fine on Android
Error CS0234: The type or namespace name 'ScanningDoneMessage' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
Error CS0234: The type or namespace name 'ScanningDoneMessageId' does not exist in the namespace 'Messages' (are you missing an assembly reference?) (CS0234)
The text was updated successfully, but these errors were encountered: