Skip to content

task: add support for installmentCount#25

Merged
luca-gr4vy merged 4 commits intomainfrom
task/TA-14491-allow-to-pass-installmentCount
Jan 22, 2026
Merged

task: add support for installmentCount#25
luca-gr4vy merged 4 commits intomainfrom
task/TA-14491-allow-to-pass-installmentCount

Conversation

@luca-gr4vy
Copy link
Copy Markdown
Contributor

Description: Adds support for installmentCount which was added in https://github.com/gr4vy/embed-ui/pull/1367.

Ticket: https://gr4vy.atlassian.net/browse/TA-14491

fi
file_to_build=$(echo $file_to_build | awk '{$1=$1;print}')
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=iPhone 16,OS=18.6" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Xcode 26 now requires a new simulator. See original error https://github.com/gr4vy/gr4vy-ios/actions/runs/21246354156/job/61136515829?pr=25

xcodebuild: error: Unable to find a device matching the provided destination specifier:
		{ platform:iOS Simulator, OS:17.2, name:iPhone 15 }

	The requested device could not be found because no available devices matched the request.

@luca-gr4vy luca-gr4vy merged commit 168b25d into main Jan 22, 2026
1 check passed
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.

2 participants