Skip to content

Commit 6ca4259

Browse files
Merge pull request #281 from dynamsoft-docs/preview
update to internal commit 958e9319
2 parents 8f46d41 + 0901710 commit 6ca4259

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

programming/maui/user-guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ You have to Add the library via the project file and do some additional steps to
8686
dotnet build
8787
```
8888

89-
> Note: 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.2.300\lib\net7.0-ios16.1\Dynamsoft.ImageProcessing.iOS.resources\DynamsoftImageProcessing.xcframework\ios-arm64\dSYMs\DynamsoftImageProcessing.framework.dSYM\Contents\Resources\DWARF\DynamsoftImageProcessing'"
89+
> Note:
90+
>
91+
> - 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.2.300\lib\net7.0-ios16.1\Dynamsoft.ImageProcessing.iOS.resources\DynamsoftImageProcessing.xcframework\ios-arm64\dSYMs\DynamsoftImageProcessing.framework.dSYM\Contents\Resources\DWARF\DynamsoftImageProcessing'"
92+
> - The library only support Android & iOS platform. Be sure that you remove the other platforms like Windows, maccatalyst, etc.
9093

9194
## Build Your Barcode Scanner App
9295

@@ -307,7 +310,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML
307310

308311
Select your device and run the project.
309312

310-
> Note: If you are running Android on Visual Studio Windows, you have to mannually exclude iOS and Windows platforms. Otherwise, the Visual Studio will report type or namespace not found errors.
313+
> Note: If you are running Android only on Visual Studio Windows, please mannually exclude iOS and Windows platforms. Otherwise, the Visual Studio will report type or namespace not found errors.
311314
312315
![Exclude iOS and Windows from targets](../assets/maui-exclude.png)
313316

0 commit comments

Comments
 (0)