Re: Xcode-users Digest, Vol 7, Issue 331
Re: Xcode-users Digest, Vol 7, Issue 331
- Subject: Re: Xcode-users Digest, Vol 7, Issue 331
- From: Andrew Merenbach <email@hidden>
- Date: Sat, 20 Nov 2010 21:50:35 -0800
Message: 16 Date: Sat, 20 Nov 2010 19:54:42 -0700 From: Scott Ribe <email@hidden> Subject: Re: macro problem To: Programmingkid <email@hidden> Cc: email@hidden Message-ID: <email@hidden">email@hidden> Content-Type: text/plain; charset=us-ascii
On Nov 20, 2010, at 6:07 PM, Programmingkid wrote:
They are unwanted because they cause an error when I try to run my program. The error says the two symbols are not found in libSystem.b.dylib.
Well, that's somewhat different from crashing. If you want accurate help, you need to provide accurate descriptions.
They're not found in your library because you have some inconsistent settings regarding the SDKs you're building for. You typically see such messages when you've built a library to require the latest SDK, and then try to link it into an app that is set to support an earlier SDK, or vice versa.
What versions of OS X are you trying to support?
-- Scott Ribe email@hidden http://www.elevated-dev.com/ (303) 722-0567 voice
Based upon previous postings from the OP, am suspecting that the OP is attempting to support 10.1 [sic]... Is that correct, Programmingkid?
-- Andrew |
_______________________________________________
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