Disk Arbitration causes problem launching on OS X 10.3
Disk Arbitration causes problem launching on OS X 10.3
- Subject: Disk Arbitration causes problem launching on OS X 10.3
- From: Hugh Sontag <email@hidden>
- Date: Wed, 31 Oct 2007 13:55:20 -0500
When I added Disk Arbitration code to my application, and added the
DiskArbitration framework to link against, the application can't be
launched.
The message in "console.log" and the crash log are the same:
Link (dyld) error:
dyld: /Users/hsontag/1.test/DiskArb testing/Synchronize! Pro
X/Synchronize! Pro X.app/Contents/MacOS/SynchronizeProX can't open
library:
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
(No such file or directory, errno = 2)
It would appear that the DiskArbitration framework isn't weak-linked.
The code is built to never execute DiskArbitration functions on a
pre-10.4 system. I've never before had to weak-link a new framework,
so how can I do that?
The application was built on OS X 10.4.10 using XCode 2.4.1. The
"MACOSX_DEPLOYMENT_TARGET_ppc" setting is "10.2".
Thanks for any help,
Hugh Sontag
_______________________________________________
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