8000 Error - Could not load 'guard/motion... · Issue #12 · mordaroso/guard-motion · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error - Could not load 'guard/motion... #12
Open
@dsgn1graphics

Description

@dsgn1graphics

Hi, I'm receiving the following error when I run guard init or guard init motion.
ERROR - Could not load 'guard/motion' or '~/.guard/templates/motion' or find class Guard::Motion

My setup -
OS X Yosemite 10.10.1
Running Ruby 2.1.2 with RVM

Gemfile

source 'https://rubygems.org'

gem 'rake'
# Add your dependencies here:
gem 'cocoapods'
gem 'motion-cocoapods'
gem 'motion_model'
gem 'formotion'
gem 'json', '~> 1.8.1'
gem 'guard-motion'
gem 'rb-fsevent', :require => false

Rakefile

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require 'motion-cocoapods'
require 'motion_model'
require 'guard/motion'
require 'formotion'

begin
  require 'bundler'
  Bundler.require
rescue LoadError
end

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'SafeDate'

  # iOS Specific config
  app.icons = []
  app.fonts = []
  app.prerendered_icon = true
  app.interface_orientations = [:portrait]

  app.pods do
    pod 'AFNetworking'
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0