mmrosekgi opened a new issue, #1531: URL: https://github.com/apache/cordova-ios/issues/1531
# Bug Report ## Problem Trying to build the XCode project from the generated ios platform with cordova-ios 8.0.0-beta.1 leads to the error 'Cordova/Cordova.h' file not found. I'm trying to upgrade from ios-platform 7.1.0. ### What is expected to happen? XCode builds the project successfully and runs the app on an iPhone ### What does actually happen? The build fails with two errors: 1. platforms/ios/App/Bridging-Header.h:20:9 'Cordova/Cordova.h' file not found which in turn leads to: failed to emit precompiled header '/Users/mmrosek/Library/Developer/Xcode/DerivedData/App-bbhspbohgktdfifzmbmajjoabrff/Build/Intermediates.noindex/PrecompiledHeaders/Bridging-Header-swift_1AB3X732BA9XM-clang_115VH9VI8646U.pch' for bridging header '/Users/mmrosek/Desktop/Mobile_development/Gedys_Mobile/platforms/ios/App/Bridging-Header.h' This happens even though the Cordova.h file is present in the package dependencies. I tried using relative paths for the import but the error is the same.  ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> I'm upgrading from cordova-ios 7.1.0 to 8.0.0-beta.1 The ionic cordova build ios command runs without significant errors ### Command or Code <!-- What command or code is needed to reproduce the problem? --> Building the built platform in XCode ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Device: Mac Mini OS: macOS 15.2 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova CLI: 12.0.0 Ionic: framework 6.7.5 Ionic CLI: 7.2.0 @ionic/angular-toolkit: ^12.1.1 @ionic/cordova-builders: ^11.0.0 List of plugins: cordova-plugin-dialogs – ^2.0.2 cordova-plugin-globalization – ^1.11.0 cordova-plugin-email-composer – git+https://github.com/imperyal/cordova-plugin-email-composer.git#patch-1 cordova-plugin-network-information – ^2.0.2 cordova-plugin-geolocation – ^4.0.2 ionic-plugin-keyboard – ^2.2.1 cordova-plugin-add-swift-support – ^2.0.2 cordova-universal-links-plugin – git+https://github.com/GEDYSIntraWare/cordova-universal-links-plugin.git#2a8732c cordova-plugin-cookies-sync – https://github.com/imransilvake/Cordova-Plugin-Sync-Cookies cordova-plugin-indexappcontent – git+https://github.com/GEDYSIntraWare/cordova-plugin-indexappcontent.git#ionic-native cordova-plugin-secure-storage – git+https://github.com/GEDYSIntraWare/cordova-plugin-secure-storage.git#custom cordova-plugin-3dtouch – ^1.3.8 cordova-launch-review – ^3.1.1 cordova-plugin-statusbar – git+https://github.com/GEDYSIntraWare/cordova-plugin-statusbar.git#custom cordova-plugin-ionic-keyboard uk.co.workingedge.phonegap.plugin.launchnavigator – ^5.30.0 cordova-plugin-ionic-webview – git+https://github.com/GEDYSIntraWare/cordova-plugin-ionic-webview.git#android-only cordova-sqlite-storage – ^6.0.0 cc.fovea.cordova.openwith – git+https://github.com/GEDYSIntraWare/cordova-plugin-openwith.git#customexperimental cordova-plugin-fingerprint-aio – 5.0.1 cordova-plugin-webview-proxy – github:GEDYSIntraWare/cordova-plugin-webview-proxy cordova-plugin-device – 2.0.3 cordova-plugin-app-version – 0.1.9 cordova-plugin-call-directory – ^1.7.1 cordova-plugin-file – ^8.0.1 cordova-plugin-media-capture – ^5.0.0 cordova-plugin-camera – ^7.0.0 cordova-plugin-file-opener2 – ^4.0.0 cordova-plugin-iroot – ^3.1.0 onesignal-cordova-plugin – ^3.3.2 cordova-plugin-inappbrowser – ^6.0.0 cordova-plugin-chooser – ^1.3.2 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org