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

Fix xcode 16.1 compiler crash #1

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

AleksandrSemakin
Copy link

@AleksandrSemakin AleksandrSemakin commented Dec 7, 2024

The crash happened when compiling StateController.allAttributes function.

I randomly pulled the upstream version of StateController.allAttributes function, which accidentally helped.

How to reproduce the crash:

xcodes select 16.1

/usr/bin/xcrun xcodebuild -project ./ChatLayout.xcodeproj -scheme ChatLayout -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= SUPPORTS_MACCATALYST=NO CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath ./archive/ SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO

Randomly checkout the upstream version of the crashed function.
@AleksandrSemakin AleksandrSemakin merged commit 891542e into bandlab:master Jan 9, 2025
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.

1 participant