• 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: Static library and Objective C categories
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Static library and Objective C categories


  • Subject: Re: Static library and Objective C categories
  • From: Chris Suter <email@hidden>
  • Date: Mon, 28 Jul 2008 11:32:21 +1000


On 28/07/2008, at 11:28 AM, Eyal Redler wrote:

On Jul 27, 2008, at 9:55 PM, Nick Zitzmann wrote:

Try it again, but this time, link the binary using the -all_load linker flag. Normally the linker only imports the symbols in the static library it thinks it needs, but every now and then it misses a spot, and I think that's what's happening here.

Thanks but this didn't work, I've added -all_load to the "Other Linker Flags" but the code still fails. It also seems quite consistent, it fails in my main project and in a sample project I've created to verify the issue.


Maybe I need to add the -all_load flag somewhere else?

"-all_load" should work as should "-ObjC" which is probably the better one to use.


What version of Xcode are you using?

Are you able to post your sample project or a link to it?

-- Chris

_______________________________________________
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


  • Follow-Ups:
    • Re: Static library and Objective C categories [SOLVED]
      • From: Eyal Redler <email@hidden>
References: 
 >Static library and Objective C categories (From: Eyal Redler <email@hidden>)
 >Re: Static library and Objective C categories (From: Nick Zitzmann <email@hidden>)
 >Re: Static library and Objective C categories (From: Eyal Redler <email@hidden>)

  • Prev by Date: Re: Static library and Objective C categories
  • Next by Date: Can't debug unit test
  • Previous by thread: Re: Static library and Objective C categories
  • Next by thread: Re: Static library and Objective C categories [SOLVED]
  • Index(es):
    • Date
    • Thread