shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

Error with macOS Mojave

Open liasica opened this issue 6 years ago • 6 comments

runScript has an error "Not authorized to send Apple events to iTerm"

liasica avatar Sep 26 '18 03:09 liasica

Add iTerm under Full Disk Access in de Security & Privacy settings on the privacy tab.

metalmini avatar Oct 02 '18 13:10 metalmini

@metalmini still not working. iTerm2 Build 3.2.4beta4, MacOS 10.14, with no errors. just switch to iTeam2 tabs but not pasting anything

suxiaogang avatar Oct 26 '18 03:10 suxiaogang

I'll look into this as soon as I can. I'm a bit behind and have not installed 10.14 yet.

thshdw avatar Nov 12 '18 19:11 thshdw

Due to security changes in Mojave the shuttle-info.plist needs to be changed. Adding the following should get it working again.

	<key>NSAppleEventsUsageDescription</key>
	<string>NSAppleEventsUsageDescription</string>

fix will be coming in the new build.

thshdw avatar Nov 14 '18 21:11 thshdw

Fixed by reinstall shuttle

suxiaogang avatar Nov 20 '18 03:11 suxiaogang

@suxiaogang Thanks for the update. There is still an issue with Mojave when compiled with the latest xcode. I'll close this issue out when 1.30 is released.

thshdw avatar Nov 20 '18 17:11 thshdw