Guillermo Martínez

Results 5 comments of Guillermo Martínez

I have made the migration to swift 4.2 and is now a pending PR

It happened the same to me. The error is, ```js Property 'chrome' does not exist on type 'Window & typeof globalThis'. TS2339 7 | } 8 | > 9 |...

Same issue here. I was using node 16. It worked just by switching to node v20.5.1 (npm v10.0.0).

I found that a partial solution is adding `--justbuild` and running the following code, ```cordova-paramedic --platform ios --plugin cordova-plugin-zencam --verbose --justbuild --args=--buildFlag='-UseModernBuildSystem=0' ``` However this is not an ideal solution...