BlinkID / blinkid-xamarin

ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
https://microblink.com/blinkid
50 stars 24 forks source link

'ScanningDoneMessage' does not exist in the namespace 'Messages' Xamarin Forms iOS #61

Open Permiafiglia opened 3 years ago

Permiafiglia commented 3 years ago

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)

Captura de Pantalla 2021-04-22 a la(s) 17 17 10

mijo-gracanin commented 3 years ago

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?

stephajn commented 3 years ago

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)

Captura de Pantalla 2021-04-22 a la(s) 17 17 10

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.