YES! Thanks again! I think this picture are more clearer than the tutorial one.
Missing part will be No.3 and No.4. not quite clear in tutorial.
Sorry, I’m not quite familiar with Xcode. I’m from Eclipse world.
Just wanted to clarify, No.3, I need to rename it ?
Thanks, I’m getting quite close except the import section…
but another question, once I go back to Android Studio. pointed at my iOS project and do a right click.
click Multi-OS Engine Actions but there’s no “Synchronize to Java” option…
You need to select a header file (*.h) for this option to be available. At step 8 you created two files, MyViewController.m and MyViewController.h, you need to right-click on MyViewController.h. Depending on where you saved it, it may be under build/xcode/<projectname>.
The guide doesn’t specify where to save the Cocoa Touch Class files. The default location Xcode’s save panel provides should be build/xcode/<projectname>. The menu should be available here.
and in Step 5. It said remove ixml file in layout folder, right ?
Step 5: In the project structure find and delete the files AppViewController, MainUI.storyboard and the folder resources/layout - you will regenerate them after designing the UI in the Xcode Interface Builder.
but after the Xcode and return back to Android Studio. I don’t see any where it auto generate the ixml file…
I had removed the layout folder but look like it did not auto generate all the required files.
I can open the project in Xcode now but it did not re-generate the layout folder.
I’m so sorry… but really thank you for all your help.