cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

'AudioSessionGetProperty' is unavailable: not available on macOS

Open coder-lipenghui opened this issue 4 years ago • 3 comments
trafficstars

  • cocos2d-x version: 3.17
  • devices test on: macOS 10.15.7
  • developing environments
    • Xcode version: 12.3

'AudioSessionGetProperty' is unavailable: not available on macOS

coder-lipenghui avatar Feb 05 '21 10:02 coder-lipenghui

same issus.any solution?

ljwlaji avatar Apr 28 '21 01:04 ljwlaji

Fixed, just try edit the project build settings->Vaild_ARCHS from arm64, x86_64 to x64 and run build again

ljwlaji avatar Apr 28 '21 02:04 ljwlaji

Ensure the correct macOS version in Build settings -> macOS Development Target

chaochaodev avatar Jul 01 '22 03:07 chaochaodev