import tuneup.js file not found
Using the Xcode iOS Instruments UI Automation tuneup.js javascript library https://github.com/alexvollmer/tuneup_js . I'm having challenges understanding the current working diretory of my launched instrument. I have not been able to make a relative path to the tuneup/tuneup.js script. The destination of the relative path is of course "tuneup/tuneup.js". But what is the starting point? Here's the code: // This works: #import "/Users/mikes/Documents/Full/Path/To/File/Tests/tuneup/tuneup.js" // These do not work: //#import "tuneup/tuneup.js" //#import "Tests/tuneup/tuneup.js" // // See https:/