Typo? Wrong Xcode version?
Eagerly downloaded the SDK! Went to test the demo plugin, and it would not compile. It had three errors.
Lines 811, 819, and 840. Each line defining the image to be used.
Instead of (811 as example):
It needed to be:
Is that a typo in the demo? Or am I on a different version of Xcode?
Super excited about the SDK! Tried out the demo. Can't wait to dig in! 😊
Lines 811, 819, and 840. Each line defining the image to be used.
Instead of (811 as example):
action.image = NSImage(named: NSImage.everyoneName)
It needed to be:
action.image = NSImage(named: NSImage.Name.everyone)
Is that a typo in the demo? Or am I on a different version of Xcode?
Super excited about the SDK! Tried out the demo. Can't wait to dig in! 😊
0
-
I just download the code and it compiled with no problems. I am using xCode v10.1 0
Please sign in to leave a comment.
Comments
1 comment