yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

j2objc - ios integration issue #289

Open prasadsn opened 5 years ago

prasadsn commented 5 years ago

We have an existing j2objc project, which generates podspec out of java files. Now we have been trying to setup squidb into j2objc, it worked on Android. But native files in squidb-ios is not available to iOS app code. CursorWindowNative.h file not found is what the error says. Please suggest how to make the native packages accessible to cocoapods.

sarsonj commented 5 years ago

Hi, we are using same setup, just add iOS native code (CursorWindowNative etc.) into Podspec source files.