Library Not Found?
-
Been having a hell of a time trying to simply build my iOS app I created in HISE. The HISE project works great, no compile issues, but Xcode? Nightmare after nightmare. If @Christoph-Hart can confirm that HISE really doesn't compile for iOS on Xcode right now that'd be great and I will have to perhaps pursue AudioKit.
I keep getting a :
ld: library not found for -lTest_App clang: error: linker command failed with exit code 1 (use -v to see invocation)
I'm not sure how to "use -v" to see the invocation and I even tried changing the Library Search Path to where I think this library should be, but no luck. Is the libary file the "appex" file that is created?
Can anyone help?