I have to use some pre Defined Class of my own written in Xcode Objective C and .a framework .
How to use these in MOE Project ?
Dear Manjul_Kadyan,
sorry to get back to you so late. Do you still need assistance with this issue?
Yes Kristóf Liliom , I do need some help for this implementation.
Dear Manjul_Kadyan,
the following should work:
- If you have a generated project:
1/a. Open the build.gradle file
1/b. Add this:moe.xcode.xcodeProjectDirPath 'xcode'
1/c. Build your project (by running)
1/d. In your project directory you should see a newxcode
directory
1/e. In the build.gradle file, add:moe.xcode.generateProject false
1/f. From now on the Xcode project should be committed into version control
1/g. Optional: addxcuserdata
to .gitignore - Open your
xcode/*.xcodeproj
project in Xcode - Add your native source/header files
- Go back to Android Studio
- Right-click on your new header file and select
Multi-OS Engine
>Synchronize to Java
- Set the desired package