Giter Club home page Giter Club logo

core-data-in-motion's People

Contributors

brendanjcaffrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

core-data-in-motion's Issues

Uninitialized constant CDIM::Entity::MotionSupport (Name Error)

I'm building a simple app with RubyMotion. I modified the Rakefile and created the Gemfile as indicated.

I created a single class:

class Romanum < CDIM::Model
    property :m, :string, :default => ""
    property :d, :string, :default => ""
    property :c, :string, :default => ""
    property :l, :string, :default => ""
    property :x, :string, :default => ""
    property :v, :string, :default => ""
    property :i, :string, :default => ""
    property :roman, :string, :default => ""
    property :arabic, :integer16, :default => 0
end

Here's what I see when I try to compile:

mbp:romancalc Sperberx$ rake
     Build ./build/iPhoneSimulator-6.1-Development
   Compile ./app/controllers/roman_num_controller.rb
      Link ./build/iPhoneSimulator-6.1-Development/romancalc.app/romancalc
    Create ./build/iPhoneSimulator-6.1-Development/romancalc.dSYM
  Simulate ./build/iPhoneSimulator-6.1-Development/romancalc.app
2013-09-10 18:08:54.660 romancalc[25303:14003] uninitialized constant CDIM::Entity::MotionSupport (NameError)
2013-09-10 18:08:54.661 romancalc[25303:14003] *** Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant CDIM::Entity::MotionSupport (NameError)
'
*** First throw call stack:
(0x2167012 0x80fe7e 0x3ba14a 0x3ba1ff 0x2e89e1 0x2e5456 0x3755eb 0x3afc6f 0x396b93 0x37636a 0x3763a0 0x3b303a 0xd5c05 0xd6039 0xd5f8e 0xd5eac 0xd7fac 0x31c1 0x39ad 0x2d15)
libc++abi.dylib: terminate called throwing an exception
(main)> *** Simulator session ended with error: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "The simulated application quit." UserInfo=0x10050a920 {NSLocalizedDescription=The simulated application quit., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1}

Thanks,

Roger Sperberg

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.