linker command failed in Corona enterprise iOS App

Hi,

I am Facing linker error when i am adding 3rd party library in my corona enterprise iOS app.

Please suggest to me steps for right way to add framework/Library path in Corona enterprise app for iOS.

Below is linker error when i am adding “libMobClickLibrary.a” library, but it is perfectly working in iOS application.

ld: warning: directory not found for option ‘-L"/Users/Myname/Documents/WorkSpace/CoronaiOSApp/CoronaDemo/ios/CoronaEnterprise/Corona/ios/lib"’
ld: library not found for -lplayer
clang: error: linker command failed with exit code 1 (use -v to see invocation)

If someone knows about the issue, please let me know that how to solve the issue.

It sounds to me like that library is dependent on another library or framework.  Perhaps their documentation will tell you what all it needs.

Rob

It sounds to me like that library is dependent on another library or framework.  Perhaps their documentation will tell you what all it needs.

Rob