Egor A. Fedorov

Results 23 comments of Egor A. Fedorov

Updating Node.js to 18.**15**.0 fixed this issue for me. Minor version is essential: 18.**16**.0 gives the same error again. macOS 13.3.1, Cordova CLI v11.1.0 Another workaround is to use `config-file`...

@mfazekas Could you please clarify if your PR deals with dependency resources correctly? Imagine the situation. I have an OSS project on Github that defines SPM package. I am able...

@mfazekas Can I do the same by modifying my `.podspec` in any way? **UPD** Checked a bit more, looks like there are no chances to do it via podspec only....

@scr2em No, I didn't. Just run from XCode or use regular `cordova run ios`

@erisu Double-checked this by re-creating project from scratch. Can confirm: an issue is reproducible on my machine. Build process can't find native imports (``, etc.) Here is my setup. Any...

@erisu I have followed exactly steps you've described: created empty new project and run it. Well, just run `cordova platform add ios@latest` command without `@latest`. I also don't run it...

@erisu Agree, iPhone X is quite old. But Cordova [supports](https://cordova.apache.org/docs/en/12.x/guide/platforms/ios/index.html) iOS 11.0+, so I expect it to support such devices. I've checked using 2 other target simulators. Both were up...

@erisu Also want to pay your attention to the following. Building the same project via XCode succeeds, but contains warnings (full list is in the beginning of the issue) like...

Faced similar issue recently. Made the following update in my `config.xml` several months ago: ``` ``` Also I have the following string replacement in Android `after_prepare` hook (as a workaround...

Adding update to my previous [comment](https://github.com/apache/cordova-common/issues/151#issuecomment-1923508004). Since I first faced this issue, I did several updates (macOS, Node.js, Cordova, cordova-android, etc.) Not sure what helped, but now I **sometimes** don't...