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
-[Configuring the SimplifiedBarcodeReaderSettings](#configuring-the-simplifiedbarcodereadersettings)
41
+
-[Customizing the Scan Region](#customizing-the-scan-region)
42
+
-[Licensing](#licensing)
43
43
44
44
## System Requirements
45
45
@@ -93,6 +93,23 @@ You have to Add the library via the project file and do some additional steps to
93
93
> - Windows system have a limitation of 260 characters in the path. If you don't use console to install the package, you will receive error "Could not find a part of the path 'C:\Users\admin\.nuget\packages\dynamsoft.imageprocessing.ios\2.4.200\lib\net7.0-ios16.1\Dynamsoft.ImageProcessing.iOS.resources\DynamsoftImageProcessing.xcframework\ios-arm64\dSYMs\DynamsoftImageProcessing.framework.dSYM\Contents\Resources\DWARF\DynamsoftImageProcessing'"
94
94
> - The library only support Android & iOS platform. Be sure that you remove the other platforms like Windows, maccatalyst, etc.
95
95
96
+
### Additional Step: Modify the .csproj File for .NET 8.0
97
+
98
+
If you are using .NET 8.0, you have to disable AOT compilation. Otherwise, you will receive errors like:
99
+
100
+
"Mono Ahead of Time compiler - compiling assembly..."
101
+
102
+
"AOTID 0E4B9819-4A8D-A7E6-425E-A77F03B581F7..."
103
+
104
+
Add the following content to your .csproj file to disable AOT.
0 commit comments