'ScanningDoneMessage' does not exist in the namespace 'Messages' Xamarin Forms iOS
Permiafiglia opened this issue · 2 comments
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)
Hi @Permiafiglia ,
Is that the sample project on the screenshot? If not, can you please pull master and check if the sample project works for you?
Environment
Visual Studio Mac: 8.9.7 (build 8)
BlinkID SDK version: 5.11.0 Xamarin FormsProblem
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.