I'm using Worklight Studio 6.0 to develop an iPad app. After i run the Build for Remote Server build, i copied the zip file generated in the iPad environment and copied it over to a Macbook.
I unzip and opened the project via XCode 5, and build it, it gave me the error Apple Mach-O Linker
. I also notice that under the WorklightSDK
folder there's a file libWorklightStaticLibProject.a` is marked in red color, which i suspect means it failed to build the static library.
Any way to resolve this issue?
Error log:
ld: library not found for -lWorklightStaticLibProject
clang: error: linker command failed with exit code 1 (user -v to see invocation)