Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
So I loaded the Hello World example in XCode and it doesn't run. I get the error "unable to find sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk'" When testing my current project with irrklang i get the message Undefined symbol: irrklang::createIrrKlangDevice(irrklang::E_SOUND_OUTPUT_DRIVER, int, char const*, char const*) I added the appropriate libirrklang.dylib to the project and this error still comes up. If I could get the sample project to run I might be able to figure out the error but as of now I'm not sure what to do. |
||||
|
I think irrKlang works with that old macOS SDK. Not sure if apple still provides it. |
||||
|
Got rid of one error in the included Hello World example by going to Build Settings and switching Base SDK in Architectures to macOS but I still get the same error as described previously. Undefined symbol: irrklang::createIrrKlangDevice(irrklang::E_SOUND_OUTPUT_DRIVER, int, char const*, char const*) |
||||
|
Maybe the architecture isn't correct? Try to build for x64 instead if you are building for arm64 |
||||
|
I have Standard Architectures selected and that's the only selectable option under Architectures in build settings |
||||
|
Under build settings, you can set the setting "VALID_ARCHS" and only use x86_64, maybe it helps |
||||
|
'Still the same error.. You can check the picture. https://i.ibb.co/Qf39vqc/Screenshot-2023-09-16-at-6-40-37-AM.png If anyone can post a working HelloWorld example on new macs I could probably figure out the rest. |
|