Replies: 3 comments 1 reply
-
Not a bug. You're getting a compiler error because Dolby5.1 needs to be a string. Make sure you wrap your strings in quotes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It still didn't work.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Escape the quotes. Just follow how I have it in the FAQ. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specifying a
kDriver_Name
results in error during compilation.Reproduction Steps
export GCC_PREPROCESSOR_DEFINITIONS="kDriver_Name=Dolby5.1 kNumber_Of_Channels=6 kLatency_Frame_Size=0"
*Also tried other names and setting kDevice_Name to the same thing.xcodebuild -project BlackHole.xcodeproj GCC_PREPROCESSOR_DEFINITIONS=$GCC_PREPROCESSOR_DEFINITIONS
orxcodebuild -project BlackHole.xcodeproj GCC_PREPROCESSOR_DEFINITIONS=$GCC_PREPROCESSOR_DEFINITIONS -configuration Release
Screenshots
Error log:
Beta Was this translation helpful? Give feedback.
All reactions