Authorization framework link problem
Authorization framework link problem
- Subject: Authorization framework link problem
- From: "Sven A. Schmidt" <email@hidden>
- Date: Wed, 3 Oct 2001 10:34:27 +0200
I'm rebuilding my project under 10.1 (system and dev tools) and get the
following:
/usr/bin/ld:
/Volumes/Phobos/Users/sas/Documents/src/CronniX/build/CronniX.build/CronniX.
build/master.o illegal reference to symbol: _AuthorizationCopyRights
defined in indirectly referenced dynamic library
/System/Library/Frameworks/Security.framework/Versions/A/Security
So I'm indirectly linking Security which uses _AuthorizationCopyRights.
Does anyone have an idea how I can fix this?
There are no changes to the project between the 10.0.4 and 10.1 version.
Sven