What鈥檚 Changed
- Xcode 16 support by @lpusok in Xcode 16 support by lpusok 路 Pull Request #46 路 bitrise-steplib/steps-xcode-build-for-simulator 路 GitHub
- Remove
cache_level
input by @ofalvai in Remove `cache_level` input by ofalvai 路 Pull Request #51 路 bitrise-steplib/steps-xcode-build-for-simulator 路 GitHub - The step copies the zipped
.app
folder to$BITRISE_DEPLOY_DIR
for easier artifact deployment
Migration guide
The main step logic has been simplified and rewritten, which could cause breaking changes in some project setups. The step now does an archive for the simulator destination instead of building and manually parsing the results.
Additionally, the cache_level
input has been removed. This controlled the behavior of the Cache Push step, which has been deprecated for a while. You can get the same SPM package caching and much better performance with the Save SPM cache step.
Full Changelog: Comparing 2.0.0...3.0.0 路 bitrise-steplib/steps-xcode-build-for-simulator 路 GitHub