Closed alexcroox closed 3 years ago
Actually I don't think this is a fatal error, looking at:
https://github.com/mapiacompany/capacitor-codepush/blob/main/src/localPackage.ts#L513
It seems it's just using the logError method to warn when it can't find it on first run of the app
Description
iOS, iPhone 12 Mini Simulator + Real Device iPhone 12 Mini
First run, I have deployed several updates to codepush "development" deployment with a target binary of
-t '^0.0.0'
appcenter codepush release --app xxx/xxx-xxx -d development -t '^0.0.0' -c dist/
and I initialise it like this:
Reproduction
Additional Information