I am practicing swift for OS X, and I'd like to show my boyfriend what I made. I found how to export the app from Xcode 6, and it runs just fine on my computer with OS X 10.10. However, after sending it to my boyfriend, he gets a "not compatible with this OS X version" message. What do I need to do in my app, so he can run it too?
UPDATE: I have read this Do Swift-based applications work on OS X 10.9/iOS 7 and lower? which doesn't help my current problem.
I found how to change deployment target, and now he gets it to show in dock, but no window is showing. Any ideas?