Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targets OSX 10.8, which RubyMotion doesn't seem to support anymore #1

Open
bbugh opened this issue Oct 23, 2017 · 0 comments
Open

Targets OSX 10.8, which RubyMotion doesn't seem to support anymore #1

bbugh opened this issue Oct 23, 2017 · 0 comments

Comments

@bbugh
Copy link

bbugh commented Oct 23, 2017

Hi, I've just started with RubyMotion and thus have no idea what I'm doing, but I used this template (thanks!) to test out a menu bar idea. When I first set up the gem and run rake, I get this error:

» rake
    ERROR! Deployment target 10.8 is not supported by this version of RubyMotion

Removing the deployment_target from the Rakefile made it build fine, though I don't know the repercussions of it. This line is not in the default RubyMotion Rakefile that is generate with --template osx, so I'm assuming that it's a-ok...?

diff --git a/Rakefile b/Rakefile
index 3af04bb..d9e4827 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,5 +12,4 @@ Motion::Project::App.setup do |app|
   # Use `rake config' to see complete project settings.
   app.name = 'MenubarTest02'
   app.info_plist['LSUIElement'] = true
-  app.deployment_target = '10.8'
 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant