xcode project problem

Hi, I have trouble copy Xcode project from one mac to another. When I run project from Xcode on my mac mini, build is successful, but, when I copy entire folder to another mac, buid fails... Both mac are the same, with same lion os. error end like t…

Viewing 1 to 3 (3 Total)
xcode project problem

ajerinic

ajerinic
Total Posts: 29
Joined: April 09, 2012

Hi,

I have trouble copy Xcode project from one mac to another. When I run project from Xcode on my mac mini, build is successful, but, when I copy entire folder to another mac, buid fails... Both mac are the same, with same lion os.

error end like this:

.... setenv VALID_ARCHS "armv6 i386"
   setenv XCODE_APP_SUPPORT_DIR /Applications/Xcode.app/Contents/Developer/Library/Xcode
   setenv XCODE_PRODUCT_BUILD_VERSION 4E1019
   setenv XCODE_VERSION_ACTUAL 0431
   setenv XCODE_VERSION_MAJOR 0400
   setenv XCODE_VERSION_MINOR 0430
   /usr/bin/make

Haxe armv6 build CONFIG : Debug-iphoneos
haxe Build.hxml -D iphone -D iphoneos -D HXCPP_ARMV6 -cpp build/Debug-iphoneos -debug
make: haxe: No such file or directory
make: *** [build-haxe-armv6] Error 1

any ideas?

thanks

Tags:
Posted on July 16, 2012 at 2:28 PM

singmajesty

singmajesty
Total Posts: 2191
Joined: August 25, 2011

Re: xcode project problem

It's possible the Xcode project is using absolute paths.

Can you run "nme update" on the other system?

Posted on July 16, 2012 at 2:30 PM

ajerinic

ajerinic
Total Posts: 29
Joined: April 09, 2012

Re: xcode project problem

No, there is no NME on the other computer, and I can not install it there.

I tried to make folder in the root of my mac, and on the other computer we put it in the same place on the root. But, that approach does't work.

thanks

Posted on July 16, 2012 at 3:06 PM