You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.