apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

Simple build not working on CI #1172

Closed raphinesse closed 2 years ago

raphinesse commented 2 years ago

This is more of a bug showcase than a pull request. This PR basically reduces the CI test to running the following commands:

./bin/create app
./app/cordova/build --emulator

The build step fails. Maybe someone can help me figure out what's going on here. Seems like an include path issue, but I'm absolutely not familiar with xcode. So any help would be appreciated.

dpogue commented 2 years ago

That appears to be my fault, as a result of https://github.com/apache/cordova-ios/pull/1161. I'll open a PR shortly to fix it.