Re: cross-development Problems

2008-05-14 Thread Celery01 Lin
Thank you Nick , I'm searching it now~ On Wed, May 14, 2008 at 6:02 PM, Nick Zitzmann <[EMAIL PROTECTED]> wrote: > > On May 14, 2008, at 6:59 PM, Celery01 Lin wrote: > > This is a very wired problem . HIShapeCreateWithRect is inside >> Carbon.framework. Why the linker trys to resolve it in >> Ap

Re: cross-development Problems

2008-05-14 Thread Jack Repenning
On May 14, 2008, at 5:59 PM, Celery01 Lin wrote: But When I switch to tiger , MyTest crashs because of "dyld: lazy symbol binding failed: symbol not found: HIShapeCreateWithRect .. Expected in : /system/library/Frameworks/ApplicationService.framework/Versions/A/ ApplicationServices " T

Re: cross-development Problems

2008-05-14 Thread Nick Zitzmann
On May 14, 2008, at 6:59 PM, Celery01 Lin wrote: This is a very wired problem . HIShapeCreateWithRect is inside Carbon.framework. Why the linker trys to resolve it in ApplicationServices? Dose anyone have any suggestion ? Try searching the xcode-users list archives; this problem has come

cross-development Problems

2008-05-14 Thread Celery01 Lin
Hi all I have a framework "A" depends on a static lib "slib" . My Testapp depends on Framework "A" and it use a method inside the "slib", which call HIShapeCreateWithRect. I built my Testapp using 10.5sdk on leopard and set the Deployment Target as 10.4 Tiger. Everything works well on leopard . Bu