I created a script that works just fine.
Then I put it in an XCode AppleScript Studio file in order to have
a GUI interface.
It works just fine on my computer BUT if I copy it to another
computer or even another user it will not launch.
I am VERY new to XCode so that is most likely where I have missed
something BUT what?.
The script appears to work on other computers. I really want the
GUI interface.
Any clues would be greatly appreciated.
Thanks in advance
Oakley
Hi Oakley,
I guess you should simply change the “Active Build Configuration”
from “Debug” to “Release” in the Project menu of XCode and then build
the application…
[Project >Set Active Build Configuration > Release]