xcode > 14.3 apple silicon use arm64 arch for ios simulation。 - #214
Merged
Conversation
Code Size Check Report
Interface Check ReportThis pull request does not change any public interfaces ! |
Contributor
|
@cocos-robot run test cases |
-ld_classic was added as a workaround for weak symbol crash (114813650) introduced by Xcode 15.0's new linker. This issue was resolved in Xcode 15.1, and -ld_classic is deprecated in Xcode 16 and removed in Xcode 26. Restricting the flag avoids build errors on newer Xcode versions and allows use of the faster new linker.
|
@oahcy, Please check the result of
Task Details
|
|
@oahcy, Please check the result of
Task Details |
qiuguohua
approved these changes
Jul 22, 2026
CAMetalLayer (used in gfx-metal) requires IOS 13.0+ , Xcode 26 promotes errors.
Contributor
Author
Contributor
Author
|
测试:CI各个平台编译成功即可, 但老版mac intel系列的ci上没有, 可以在老版mac intel系列验一下能否构建ios模拟器版本。 |
Contributor
|
@cocos-robot run test cases |
|
@oahcy, Please check the result of
Task Details
|
|
@oahcy, Please check the result of
Task Details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re: #
Changelog
Continuous Integration
This pull request:
Compatibility Check
This pull request: