From: Olaf G. <Zor...@gm...> - 2010-03-26 14:04:01
|
No, iFireworks does not work. I get a linker error... But I am not sure. For ifireworks I used xmlvm --in=.... --target=iphone -app-name=ifireworks and in running the resulting makefile or using Xcode gives the mentioned linker error. :-( Olaf Here it is: Ld build/Debug-iphonesimulator/ifireworks.app/ifireworks normal i386 cd /Users/q163557/ifireworks setenv MACOSX_DEPLOYMENT_TARGET 10.5 setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk -L/Users/q163557/ifireworks/build/Debug-iphonesimulator -F/Users/q163557/ifireworks/build/Debug-iphonesimulator -filelist /Users/q163557/ifireworks/build/ifireworks.build/Debug-iphonesimulator/ifireworks.build/Objects-normal/i386/ifireworks.LinkFileList -mmacosx-version-min=10.5 -framework OpenGLES -framework Foundation -framework AVFoundation -framework UIKit -framework QuartzCore -framework CoreGraphics -o /Users/q163557/ifireworks/build/Debug-iphonesimulator/ifireworks.app/ifireworks Undefined symbols: "_main", referenced from: start in crt1.10.5.o ld: symbol(s) not found collect2: ld returned 1 exit status |