amoLink / bluetooth_print_plus

A flutter plugin for bluetooth thermal printer support Android & iOS
MIT License
11 stars 4 forks source link

How do you run app on simulator with this package? #17

Closed pennadl closed 1 month ago

pennadl commented 1 month ago

How do you guys run app on simulator with this package?

Error (Xcode): Building for 'iOS-simulator', but linking in object file (/Users/**/**/ios/Pods/GSDK/GSDK.framework/GSDK[arm64][2](TscCommand.o)) built for 'iOS'
amoLink commented 1 month ago

the framework is built for 'iOS', not for 'iOS-simulator'

amoLink commented 1 month ago

Only supports iOS devices, does not support emulators