bump. same here.
ios distrib profile under xcode4 gives validation error of missing armv6. (32-bit out of range, etc…) btw, are the libs under of007 correctly labeled in the folders?? guess so, but please, could someone confirm? remove i386 from of+iphone, + all related i386 libs and just keep cairo headers for safe compile. yeah, organize these!
same profile, under xcode3, which is able to compile both arm6 & arm7, can’t copy dwarf symbolics, even though it’s selected. (how nice apple, to ask us to provide easy disassemble, who cares?)
hey, really looking forward to hearing a solution to this. i wonder if apple, of, covers self-inflicted damages (wall-head-banging)? (just kidding) #!
this is when you really know how header/library dependent you are. you get to know the system. which so nice. but come on… this must be easy peasy (at least looks like that in the videos,…)
ok, some facts. osx 10.7.3. xcode 4.3.2. xcode 3.2.6.
xcode 4 ios distrib compile:
ld: warning: 32-bit absolute address out of range (0x1001A6560 max is 4GB): from _inflate_table + 0x00000674 (0x000CF8D0) to 0x1001A6560
ld: warning: 32-bit absolute address out of range (0x1001A659E max is 4GB): from _inflate_table + 0x00000670 (0x000CF8D0) to 0x1001A659E
// xcode distrib profile complains about missing arm6
full config xcode4: (btw, this says using llvm compiler, the same happens with gcc-4.2; yeah, i changed a lot CoreOF.xcconfig to put the right stuff into place)
Ld /Users/andresier/Library/Developer/Xcode/DerivedData/emptyHoleDEPLOY-dibdirkrbrbpnrbirfnpdbdfslsj/Build/Intermediates/ArchiveIntermediates/theresAHoleInThePanDISTRIB/InstallationBuildProductsLocation/Applications/theresAHoleInThePan.app/theresAHoleInThePan normal armv7
cd /Users/andresier/Documents/_code/of_preRelease_v007_iphone/apps/iphoneLaunchBay/emptyHoleDeploy
setenv IPHONEOS_DEPLOYMENT_TARGET 3.1
setenv PATH “/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin”
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-g+±4.2 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -L/Users/andresier/Library/Developer/Xcode/DerivedData/emptyHoleDEPLOY-dibdirkrbrbpnrbirfnpdbdfslsj/Build/Intermediates/ArchiveIntermediates/theresAHoleInThePanDISTRIB/BuildProductsPath/Release-iphoneos -F/Users/andresier/Library/Developer/Xcode/DerivedData/emptyHoleDEPLOY-dibdirkrbrbpnrbirfnpdbdfslsj/Build/Intermediates/ArchiveIntermediates/theresAHoleInThePanDISTRIB/BuildProductsPath/Release-iphoneos -filelist /Users/andresier/Library/Developer/Xcode/DerivedData/emptyHoleDEPLOY-dibdirkrbrbpnrbirfnpdbdfslsj/Build/Intermediates/ArchiveIntermediates/theresAHoleInThePanDISTRIB/IntermediateBuildFilesPath/emptyHoleDEPLOY.build/Release-iphoneos/theresAHoleInThePan.build/Objects-normal/armv7/theresAHoleInThePan.LinkFileList -dead_strip -ObjC …/…/…/libs/FreeImage/lib/iphone/freeimage.a …/…/…/libs/freetype/lib/iphone/freetype.a …/…/…/libs/glu/lib/iphone/glu-iphone.a …/…/…/libs/poco/lib/iphone/armv6armv7/PocoFoundation.a …/…/…/libs/poco/lib/iphone/armv6armv7/PocoNet.a …/…/…/libs/poco/lib/iphone/armv6armv7/PocoUtil.a …/…/…/libs/poco/lib/iphone/armv6armv7/PocoXML.a …/…/…/libs/tess2/lib/iphone/tess2.a -miphoneos-version-min=3.1 /Users/andresier/Documents/_code/of_preRelease_v007_iphone/libs/openFrameworksCompiled/lib/iphone/libofxiPhone_iphoneos_Release.a -framework Foundation -framework UIKit -framework CoreGraphics -framework OpenGLES -framework QuartzCore -framework AudioToolbox -framework OpenAL -framework CoreLocation -framework CoreGraphics -framework AVFoundation -framework CoreMedia -framework CoreVideo -framework MapKit -o /Users/andresier/Library/Developer/Xcode/DerivedData/emptyHoleDEPLOY-dibdirkrbrbpnrbirfnpdbdfslsj/Build/Intermediates/ArchiveIntermediates/theresAHoleInThePanDISTRIB/InstallationBuildProductsLocation/Applications/theresAHoleInThePan.app/theresAHoleInThePan
under xcode3, also build+archive option:
P[sup]lease make sure that your application has set the Debug Information Format build setting to DWARF with dSYM File.[/sup]
which is set, btw…
so, yeah, bump, this is related to https://twitter.com/#!/as1er/status/198594626020573187
any hints gladly taken. thanks for reading this. hope you are enjoying.