Incomplete/incorrect dependency analysis after switching active architecture?
Incomplete/incorrect dependency analysis after switching active architecture?
- Subject: Incomplete/incorrect dependency analysis after switching active architecture?
- From: Jim Correia <email@hidden>
- Date: Fri, 13 Mar 2009 12:41:25 -0400
I have a application project which depends on a framework built by
another project:
MyApplication.xcodeproj
MyApplication
MyFramework (from MyFramework.xcodeproj)
Both projects are set to build only the active architecture for the
Debug configuration.
If I start clean, and build i386 to run/debug, it generates a valid
binary.
If I switch the arch to x86_64 in order to build/run/debug, the link
fails because MyFramework.framework is only built for i386. Clean +
Build products the correct result.
Have I misconfigured my project, or is this a deficiency in the
dependency analyzer?
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden