Search Results

by kahht
Mon Mar 24, 2014 3:50 pm
Forum: macOS
Topic: Unable to link Phidget21 Library in XCode 4.4.1
Replies: 15
Views: 42313

Re: Unable to link Phidget21 Library in XCode 4.4.1

You can also use this command line to compile:
gcc example.c -o example -I/Library/Frameworks/Phidget21.framework/Headers -F/Library/Frameworks -framework Phidget21

The -F has the path to your frameworks folder where the Phidget21.framework folder is located.