Coder Social home page Coder Social logo

Comments (4)

tkadauke avatar tkadauke commented on June 23, 2024

That's weird. I assume you're using bundler. Which parts of motion-support do you require? Does the error disappear when you remove motion-support from your Gemfile?

from motion-support.

stevebooks avatar stevebooks commented on June 23, 2024

Yes, it disappears when I remove motion-support. Here is my Gemfile:

source 'https://rubygems.org'

gem 'rake'
gem 'bubble-wrap', '1.4.0'
gem 'motion-require', '0.1.1'
gem 'motion-support', '0.2.6', :require => false

And my Rakefile:

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
#require 'motion-require'
#Motion::Require.all

begin
  require 'bundler'
  require 'bubble-wrap'
  require 'motion-support/inflector'
  Bundler.require
rescue LoadError
end

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'er'
  app.xcode_dir = '/Applications/Xcode5-DP4.app/Contents/Developer'
end

If I add the following two lines into my Rakefile, then it seems to work:

  app.deployment_target = '7.0'
  app.sdk_version = '7.0'

from motion-support.

tkadauke avatar tkadauke commented on June 23, 2024

Hmm. Makes no sense to me. But adding these 2 lines is a good idea in general.

from motion-support.

stevebooks avatar stevebooks commented on June 23, 2024

Okay, I am not too worried about this at this point (now that it is working). Closing for now...

from motion-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.