Hi,
I'm trying to include the Mixpanel IOS library (Mixpanel iOS API Overview) in a Native Extension, and in their documentation it suggests to install it in your IOS Project using CocoaPods. When I do this, CocoaPods creates a library file (libPods.a) that Xcode says "is not an object file and can't be included in a Library project".
So, it's a Library File that can't be included in a Library Project, if I understand this correctly.
Is it possible to create an ANE who's IOS component is not a Library Project? Or is there some way to use the platformoptions.xml file to include that additional Library file? How would I set the path to that file so it would be found?
-Steve Warren