• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Incomplete/incorrect dependency analysis after switching active architecture?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Incomplete/incorrect dependency analysis after switching active architecture?


  • Subject: Re: Incomplete/incorrect dependency analysis after switching active architecture?
  • From: Jim Correia <email@hidden>
  • Date: Sat, 14 Mar 2009 20:52:01 -0400

On Mar 14, 2009, at 7:50 PM, Jim Correia wrote:

It turns out that there is nothing wrong with the dependency analyzer (at least in this respect), and my project was set up correctly.

The real problem is that codesign destroys the framework layout, replacing the top level symlink with the another copy of the binary during the signing process.

rdar://problem/6683283

Additional followup:

Code Signing In Depth says:

http://developer.apple.com/technotes/tn2007/tn2206.html#TNTAG13

$admin> # This is the wrong way:
$admin> codesign -s my-signing-identity ../FooBarBaz.framework
$admin> # This is the right way:
$admin> codesign -s my-signing-identity ../FooBarBaz.framework/ Versions/A



Xcode does it the wrong way:

CodeSign /Users/correia/tmp/build/Debug/MyFramework.framework
cd /Users/correia/Desktop/XcodeArchDependencyIssue/MyFramework
/usr/bin/codesign -f -s "My Identity" /Users/correia/tmp/build/Debug/ MyFramework.framework
/Users/correia/tmp/build/Debug/MyFramework.framework: replacing existing signature



- 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
References: 
 >Incomplete/incorrect dependency analysis after switching active architecture? (From: Jim Correia <email@hidden>)
 >Re: Incomplete/incorrect dependency analysis after switching active architecture? (From: Jim Correia <email@hidden>)

  • Prev by Date: Re: Incomplete/incorrect dependency analysis after switching active architecture?
  • Next by Date: New Target > Cocoa Framework can't handle .c files. (DO try this at home! -- Easy)
  • Previous by thread: Re: Incomplete/incorrect dependency analysis after switching active architecture?
  • Next by thread: Missing Obj-C Category Method Implementations: No linker errors?!?!
  • Index(es):
    • Date
    • Thread