I have been trying to develop a library for b4i to do crash reporting. I'd rather pay someone else to do it, but I'm wondering if there is anyone doing wrappers for b4i (other than Erel). Anyway, I keep running into the same wall when trying to run an app using wrappers that I have written.
ld: symbol(s) not found for architecture x86_64
Here is the most recent one:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_Crittercism", referenced from:
objc-class-ref in libmwApteligent.a(mwApteligent.o)
ld: symbol(s) not found for architecture x86_64
I'm trying to run this on the simulator. I get similar error for an actual device:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_mwApteligent", referenced from:
objc-class-ref in b4i_main.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I think I could probably figure it out if I had an up-to-date library source. The one in the forum for iAdmob is old and won't work with the current SDK framework. I would really appreciate any insight into this problem or working source code for an example wrapper library.
Thank you in advance.
ld: symbol(s) not found for architecture x86_64
Here is the most recent one:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_Crittercism", referenced from:
objc-class-ref in libmwApteligent.a(mwApteligent.o)
ld: symbol(s) not found for architecture x86_64
I'm trying to run this on the simulator. I get similar error for an actual device:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_mwApteligent", referenced from:
objc-class-ref in b4i_main.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I think I could probably figure it out if I had an up-to-date library source. The one in the forum for iAdmob is old and won't work with the current SDK framework. I would really appreciate any insight into this problem or working source code for an example wrapper library.
Thank you in advance.