You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having some trouble after removing OmniFocus 3 and installing OmniFocus 4.
I tried changing tell application id "com.omnigroup.Omnifocus3 to tell application id "com.omnigroup.Omnifocus4, but parts of the script had been replaced with tokens like "«class FCDR»".
I was getting an error: Can’t set «class FCDR» to «class FCDs». Access not allowed.
I was able to fix it by installing OF3 again, then opening the script and copy/pasting the text of it into the script I was using for OF4..
I wonder if there is something about how Applescript stores binary versions of the script vs text?
In case it helps anyone in the future, here is the text of the script:
I was having some trouble after removing OmniFocus 3 and installing OmniFocus 4.
I tried changing
tell application id "com.omnigroup.Omnifocus3
totell application id "com.omnigroup.Omnifocus4
, but parts of the script had been replaced with tokens like "«class FCDR»".I was getting an error: Can’t set «class FCDR» to «class FCDs». Access not allowed.
I was able to fix it by installing OF3 again, then opening the script and copy/pasting the text of it into the script I was using for OF4..
I wonder if there is something about how Applescript stores binary versions of the script vs text?
In case it helps anyone in the future, here is the text of the script:
And you can change "com.omnigroup.Omnifocus3" to "com.omnigroup.Omnifocus4"
The text was updated successfully, but these errors were encountered: