Conversation
| - name: 🔨 Build app for iOS simulator | ||
| run: | | ||
| xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator18.0 CODE_SIGN_INDENTITY="org.cardanofoundation.idw" CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=YES -derivedDataPath $HOME/Documents/xcode/DerivedData | ||
| xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator26.0 CODE_SIGN_INDENTITY="org.cardanofoundation.idw" CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=YES -derivedDataPath $HOME/Documents/xcode/DerivedData |
There was a problem hiding this comment.
I presume we need to also update cf-idw-deployment and test via TestFlight?
There was a problem hiding this comment.
We need to update the version by default for the runner mac-15 to have iOS v26.0. I think Roberto can do it @rcmorano
There was a problem hiding this comment.
What happens if we take a current build and deploy it on iOS 26 device, doesn't work?
There was a problem hiding this comment.
I did not try to deploty to testflight yet, let me check
There was a problem hiding this comment.
our runner already runs 26.1.1, so let me just build+upload a build to testflight
There was a problem hiding this comment.
There was a problem hiding this comment.
Cool, lets look in Ankit so he's aware, as this PR is related to e2e tests and not the deployment itself!
Description
I was getting these error the first time using iOS 26. The "Clean Build Folder" help me to fix it.

Tested on real device and emulator:
Screen.Recording.2026-01-16.at.13.22.15.mov
All good with the CI/CD pipeline:
https://github.com/cardano-foundation/cf-idw-deployment/actions/runs/21066862746/job/60586244388
Checklist before requesting a review
Issue ticket number and link
Testing & Validation
Design Review