Search Results

by dejeroen
Thu Dec 20, 2012 10:22 am
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42149

Re: Unable to link Phidget21 Library in XCode 4.4.1

Patrick wrote:Make sure your SDK is set as the current os, otherwise it won't look in /Library/Frameworks.

-Patrick
How do I do this? Sorry i'm new with programming on mac

EDIT: I'm using Xcode 4.5.2
EDIT2: Base SDK in my project is set to "Latest OS X (OS X 10.8)"
by dejeroen
Thu Dec 20, 2012 8:45 am
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42149

Re: Unable to link Phidget21 Library in XCode 4.4.1

I have the same issue. /Developer/Library/Frameworks isn't a folder on OS X 10.8 so i can't try that. When adding the phidget21.framework to my project (Build Phases -> Link Binary With Libraries) It already gives an error when building the the app. I haven't even included the header file yet... Hav...