Skip to content

Commit

Permalink
NullPointerException fix when customPaperFilePath is null + readme up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
arcadius committed Jul 28, 2022
1 parent 7c16f2c commit c2a6cfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,10 @@ interface Printer {

}
```
## iOS notes:
* You may get errors while compiling: you need to make sure the native lib is "embed and sign" .
see https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer/issues/39
* If you are getting errors about unsupported architectures, please look at
http://ikennd.ac/blog/2015/02/stripping-unwanted-architectures-from-dynamic-libraries-in-xcode/

0 comments on commit c2a6cfb

Please sign in to comment.