-
Notifications
You must be signed in to change notification settings - Fork 703
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
Missing Xamarin source? #1
Comments
+1 |
Sorry folks, it should be fixed now in Master. I had 'Xamarin/' in my .gitignore for some other purposes in another project, and that got copied over into this repo's .gitignore. The code has been included now, please try again! |
Redth
pushed a commit
that referenced
this issue
Dec 13, 2018
Set visibility to fix freeze bug on android 7
Redth
pushed a commit
that referenced
this issue
Dec 13, 2018
nuspec-related changes for macOS rendering support
austinpwd
pushed a commit
to austinpwd/ZXing.Net.Mobile
that referenced
this issue
Dec 9, 2022
Threading fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just downloaded the source code and am trying to compile ZXing.Net.Mobile.MonoTouch.sln. It is getting an error regarding some source code which is not in the github tree. I noticed you have recently moved the github project and am hoping some files were simply missed in the reload.
Compilation failed: 9 error(s), 0 warnings
error CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/Bitmap.monotouch.cs' could not be found error CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/Color.cs' could not be founderror CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/ColorConverter.cs' could not be found error CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/ColorTranslator.cs' could not be founderror CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/KnownColor.cs' could not be found error CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/KnownColors.cs' could not be founderror CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/RGBLuminanceSource.monotouch.cs' could not be found error CS2001: Source file
/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/SystemColors.cs' could not be founderror CS2001: Source file `/Users/xxx/Projects/ZXing.Net.Mobile-master/src/ZXing.Net/xamarin/BitmapRenderer.monotouch.cs' could not be found
The text was updated successfully, but these errors were encountered: