Issues since upgrading to Version Xcode 7.3 and Applescript

I recently upgrade Xcode to Xcode 7.3, and now I am having problems building a file that used to build just fine.

I get the message “Command /usr/bin/osacompile failed with exit code 1”

The application is in Applescript.

This used to build just fine.

Any help? Thanks.

What happens if you open the file in a script editor – does it compile?

If you go to your build log, the error will be in more details like which file and at what location in the source code the error actually happened.

I took the code and the other files and recompiled it with an older version of Xcode (6.x.x) and it assembled just fine with OS X 10.6.x.

That fixed my immediate problem.

I had this problem and it came down to a binding that wasn’t being used but was selected in the blue
box, so I had to troll through all of the blue box’s until I found a binding with a yellow triangle next
to it, and then deselected it. Basically I had deleted a ui element and didn’t deselect it’s binding, did
my head in.