I want a java project Conver to Objective-c .

HI,
My is Objective-c Developer , i have a Java-Cocos2d-x Project, i want conver to Objective-c.

I Import Project file to Cocos2d-xBox2 project,but Compiling Error.

The Error Info :
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks.

You’d have to rewrite the whole source from Java to Obj-C to do that.

code is C++ source,hava rewrite that to Obj-c?

Lance Gray wrote:

You’d have to rewrite the whole source from Java to Obj-C to do that.

If the code is in C++, then it would be easier if you create a new iOS project in Xcode using the Xcode templates given on the cocos2d-x root folder. Then link your Xcode project folders to the android source codes and it should work fine.