Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the collection view changes to iOS 18 #1319

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

mjohnson12
Copy link
Collaborator

Only use the new scrolling logic when on iOS 18+

@@ -15,7 +15,7 @@ fi
rm -rf ${PWD}/build

# 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

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
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
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
5 checks passed
@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