Skip to content

Change the collection view changes to iOS 18#1319

Merged
mjohnson12 merged 3 commits intomasterfrom
markj/collection_view_changes_iOS_18
Jan 24, 2025
Merged

Change the collection view changes to iOS 18#1319
mjohnson12 merged 3 commits intomasterfrom
markj/collection_view_changes_iOS_18

Conversation

@mjohnson12
Copy link
Copy Markdown
Collaborator

Only use the new scrolling logic when on iOS 18+


# Run KIF Tests
env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" | xcpretty -c
env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" CODE_SIGNING_ALLOWED=NO | xcbeautify
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What's the reason for adding CODE_SIGNING_ALLOWED=NO here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Because it was failing to build with a you need a signing cert/company chosen.
Tim was trying to fix it here: #1320

Copy link
Copy Markdown
Collaborator Author

@mjohnson12 mjohnson12 Jan 24, 2025

Choose a reason for hiding this comment

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

The error was:

Testing failed: Signing for "KIFTests" requires a development team. Select a development team in the Signing & Capabilities editor. Signing for "TestHost" requires a development team. Select a development team in the Signing & Capabilities editor. Testing cancelled because the build failed.

@mjohnson12 mjohnson12 merged commit 962d579 into master Jan 24, 2025
@mjohnson12 mjohnson12 deleted the markj/collection_view_changes_iOS_18 branch January 24, 2025 20:50
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