Re: [F-Script-talk] Unable to use F-Script Anywhere
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2008-08-15 14:11:34
|
Le 15 août 08 à 04:07, Wesley Moore a écrit : > Hi all, > I'm attempting to learn to use F-Script for use as a development tool > and to present my findings at Melbourne CocoaHeads[1]. However I can't > seem to get F-Script Anywhere to work. I'm having the same trouble > that Peter Hartmann posted about. Hi Wesley, Here is a workaround posted by Peter J.Hartmann: Launch the app from the terminal using: sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/ Contents/MacOS/F-Script\ Anywhere And here is a workaround provided by Nicholas Riley: At least for the time being, you can work around any code signing issues by changing the permissions on the F-Script Anywhere binary (not the bundle). This process is deprecated but still works in 10.5. % cd /path/to/F-Script\ Anywhere.app/Contents/MacOS % ls -l F-Script\ Anywhere -rwxr-xr-x 1 nicholas nicholas 579K Oct 12 2007 F-Script Anywhere* % sudo chmod g+s F-Script\ Anywhere % sudo chgrp procmod F-Script\ Anywhere % ls -l F-Script\ Anywhere -rwxr-sr-x 1 nicholas procmod 579K Oct 12 2007 F-Script Anywhere* Then quit and restart F-Script Anywhere if it was running. In last resort, Nicholas also notes that waving a dead chicken over the keychain and rebooting repeatedly sometimes help! Lets us know if one of these workarounds work for you. Philippe |