-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Fix mac build V3 #20703
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 mac build V3 #20703
Conversation
Update CDAudioManager.m fix mac build based on the instruction
@minggo could you merge it. |
Sure, but CI failed with this PR. |
@minggo iOS - I have no idea how to fix it there is discussion here: https://discuss.cocos2d-x.org/t/build-failed-for-mac-using-latest-xcode-12-3/52476/35 - Do you have idea how to fix iOS? |
STEVE: removed audio and js bindings stuff * commit 'cd7446f17956d73041f9b33b37b4c747c6bc1993': Create pch for all platforms V3 (cocos2d#20705) Fix mac build V3 (cocos2d#20703) Setup github actions for V3 (cocos2d#20701) # Conflicts: # cocos/audio/mac/CDAudioManager.m # cocos/audio/mac/CDXMacOSXSupport.h # cocos/scripting/js-bindings/CMakeLists.txt
* commit 'cd7446f17956d73041f9b33b37b4c747c6bc1993': Create pch for all platforms V3 (cocos2d#20705) Fix mac build V3 (cocos2d#20703) Setup github actions for V3 (cocos2d#20701) Support python 2 and 3 (cocos2d#20698) Update CCPlatformConfig.h (cocos2d#20693) # Conflicts: # cocos/audio/mac/CDAudioManager.m # cocos/audio/mac/CDXMacOSXSupport.h # cocos/scripting/js-bindings/CMakeLists.txt
Fix mac build V3 based on
https://discuss.cocos2d-x.org/t/build-failed-for-mac-using-latest-xcode-12-3/52476/29