Xcode Upgrade Testing
Brief
Introduce minor adjustments to the ios_debug job. The purpose is to ensure the correct extraction of the .app file path.
Recently, following the upgrade to Xcode 15.2, it was observed that the app build process now generates two paths instead of the previous single path.
m1@6727a601-45ec-93b9~ % find ~/Library/Developer/CoreSimulator -name TestAmazonPayment2.app -type d
/Users/m1/Library/Developer/CoreSimulator/Devices/C2E2FAF8-D112-4FED-AA4D-29B0A279A6AF/data/Library/Caches/com.apple.containermanagerd/Dead/temp.c4a8tz/2530CFA4-8A30-4EE1-8ED9-DE905CB54C1F/TestAmazonPayment2.app
/Users/m1/Library/Developer/CoreSimulator/Devices/C2E2FAF8-D112-4FED-AA4D-29B0A279A6AF/data/Containers/Bundle/Application/C1DCB46F-390A-43FA-8480-D999739288AD/TestAmazonPayment2.app
Changes
- app-fe/.gitlab-ci-build-ios.yml
L140: extend path filtering
Tests
job | pipeline | status |
---|---|---|
ios_debug | link | passed |
ios_release | link | passed |