When I put the libapplovinPlugin.a into the project, Xcode gives me a linker error:
clang: warning: libstdc++ is deprecated; move to libc++
ld: warning: directory not found for option ‘-L/Users/romero/Documents/coding/gunman-taco-truck/trunk/gmtt/ios/iphone’
Undefined symbols for architecture armv7:
“_OBJC_CLASS_$_ASIdentifierManager”, referenced from:
objc-class-ref in libapplovinPlugin.a(CoronaBeaconApplovin.o)
objc-class-ref in libapplovinPlugin.a(ALDataCollector.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
First, the “iphone” directory doesn’t exist in the directory that’s built for iOS builds. It’s not one that I created.
android
Corona
ios <------- this is where the iphone directory is missing
mac
Readme.markdown
shared
tvos
win32
Then, the ASIdentifierManager is being referenced but is not included in the project.