From: Arno P. <ar...@pu...> - 2010-03-26 14:08:35
|
after running 'ant', try: open dist/demo/iphone/ifireworks/iphone/iFireworks.xcodeproj/ this works flawlessly for me. If this does not work for you, I'm running out of ideas what might be the problem with your configuration. Arno On 3/26/10 7:03 AM, Olaf Gottschalk wrote: > 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 > |