Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Permiafiglia opened this issue Apr 22, 2021 · 2 comments

Comments

@Permiafiglia
Copy link

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
Copy link
Contributor

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants