Description
Apple platform
iOS
Framework version
net8.0-*
Affected platform version
ipad
Description
I'm implementing printing functionality using Brother Printers in a multiplatform app developed with .NET MAUI, but I'm encountering challenges with the iOS integration. I'm using version 8 of .NET for MAUI
I'm unable to utilize the library framework within our MAUI Library to access mapped SDK classes. We need guidance on whether our current approach is correct or if alternative methods should be considered.
Steps to Reproduce:
Create a MAUI Library in your project.
Integrate the Brother Printer SDK into the project.
Installed sharpie from Objective Sharpie.
Attempted to use the command:
sharpie bind -framework /path/to/BRLMPrinterKit.framework -sdk iphoneos17.2
but received an "invalid SDK" error.
Verified SDK installation using:
xcodebuild -showsdks
to confirm if iphoneos17.2 is installed.
Despite these efforts, the issue persists. Any help or suggestions would be greatly appreciated.
Steps to Reproduce
Create a MAUI Library in your project.
Integrate the Brother Printer SDK into the project.
Installed sharpie from Objective Sharpie.
Attempted to use the command:
sharpie bind -framework /path/to/BRLMPrinterKit.framework -sdk iphoneos17.2
Did you find any workaround?
No response
Relevant log output
No response