apache / cordova-ios

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

chore(ci): Fix ObjC testing with latest Xcode #1412

Closed dpogue closed 1 month ago

dpogue commented 1 month ago

Platforms affected

iOS

Motivation and Context

Tests would fail to run in Xcode 15 due to not having a iPhone 8 simulator with the latest runtime, and CONFIGURATION_BUILD_DIR was causing errors about Cordova.framework not being found and sometimes warnings about stale files.

Description

Testing

Ran in GitHub CI and locally with latest Xcode 15

Checklist

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.50%. Comparing base (c97845a) to head (50fdd29).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1412 +/- ## ======================================= Coverage 78.50% 78.50% ======================================= Files 16 16 Lines 1814 1814 ======================================= Hits 1424 1424 Misses 390 390 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.