Open
Description
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
Labels
No labels