Skip to content

Feature/support ios 26#1532

Open
jimcase wants to merge 1 commit intodevelopfrom
feature/support-ios-26
Open

Feature/support ios 26#1532
jimcase wants to merge 1 commit intodevelopfrom
feature/support-ios-26

Conversation

@jimcase
Copy link
Contributor

@jimcase jimcase commented Jan 16, 2026

Description

I was getting these error the first time using iOS 26. The "Clean Build Folder" help me to fix it.
Screenshot 2026-01-16 at 12 50 11

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

  • This PR has a valid ticket number or issue: VT20-2453)

Testing & Validation

  • This PR has been tested/validated in iOS, Android and browser.
  • Added new unit tests, if relevant.

Design Review

  • In case this PR contains changes to the UI, add some screenshots and/or videos to show the changes on relevant devices.

@jimcase jimcase self-assigned this Jan 16, 2026
@jimcase jimcase requested a review from iFergal January 16, 2026 12:51
@jimcase jimcase marked this pull request as ready for review January 16, 2026 12:51
- 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume we need to also update cf-idw-deployment and test via TestFlight?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if we take a current build and deploy it on iOS 26 device, doesn't work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not try to deploty to testflight yet, let me check

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our runner already runs 26.1.1, so let me just build+upload a build to testflight

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, lets look in Ankit so he's aware, as this PR is related to e2e tests and not the deployment itself!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants