On 21/03/2012, at 4:32 PM, Jens Alfke wrote: > You can't rely on headers being present in the actual system frameworks. > >> Should I be trying to use the header files in the Xcode bundle instead? > > Yes. If your app needs to locate framework headers at runtime for some > reason, it should probably do something like running "xcode-select > -print-path" via NSTask, to find the Developer folder, then locating the SDK > relative to that.
Thanks, Jens. Seems odd that .bridgesupport files are now in one place and headers are in another. (And it looks like "xcode-select -print-path" still seems to prefer /Developer.) -- Shane Stanley <[email protected]> 'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/> _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
