osx - How do I successfully import ScriptingBridge in xCode 6? -


I am making a basic app and hopefully to control the spots on OS X Mavericks using Xcode 6 That scripting bridge I'm using the scripting bridge to interact with Spotify.

I have linked to the script bridge library in Xcode via Project> General> Linked Framework and Libraries.

I have also created Spotify.h which I am trying to determine if the spreadsheet is running through Scripting Bridge or not.

When I come to create the Spontaneous H, the file throws a compilation error in Xcode that the importation of scriptingbridge.h can not be found on this line: / P>

See image on this

Do I fail to build it I am doing wrong


Comments