I am the product support engineer at Apsalar and have seen this issue before.
When you added the Apsalar files, did you select "Create Folder References for any added folders" This can cause your error:
Undefined symbols for architecture armv7: "_OBJC_CLASS_$_Apsalar", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
To cover everything, you added the libsqlite3.0dylib, SystemConfiguration.framework, Security.framework, and AdSupport.framework? This may have something to do with the linker problem, especially if you have your Architectures set to armv7, armv7s in your Build Settings. Sometimes 'Clean all Targets' (Product > Clean) and quitting Xcode could work.
I made this tutorial video on installing the SDK. It's 3-4 minutes long and covers integratino from start to finish: www.youtube.com/watch?v=Dq68XSJ98Hk&feature=youtu.be