iOS Native Extension with external Framework
Hi there,
I am developing a native extension for iOS based CityGrid framework. I compiled .a file and packaged it to ANE file. However when I am trying to compile the app, compiler shows me the error:
Error occurred while packaging the application:
Undefined symbols:
"_OBJC_CLASS_$_CityGrid", referenced from:
__objc_classrefs__DATA@0 in libcom.example.SomeAPI.a(SomeAPI.o)
ld: symbol(s) not found
Compilation failed while executing : ld64
I tried few options in XCode. However I still have the error.
Is anybody tried to do a native extension with external frameworks?
