Giter Club home page Giter Club logo

chairs's Introduction

chairs's People

Contributors

orta avatar robb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chairs's Issues

Xcode 7 Simulator Not Found

Running Xcode 7, sitting in the directory for my app, I ran...

barbecuesteve:MyApp ๐Ÿ”ฅ chairs sync
Couldn't find an active iOS Simulator
barbecuesteve:MyApp ๐Ÿ”ฅ ps aux|grep "Simulator "
barbecuesteve   45695   0.0  0.6  2751448 100100   ??  S     8:50AM   0:12.48 /Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator -SessionOnLaunch NO
barbecuesteve   45811   0.0  0.0  2432772    672 s001  S+    8:53AM   0:00.00 grep Simulator 
barbecuesteve:MyApp ๐Ÿ”ฅ 

Xcode 6 Compatibility

Xcode 6 changes the location of the simulator directory, and changes the organization of files within those directories. Chairs isn't able to read/write from these new directories yet.

Undefined method issue

doing chairs pull anyname

Gives me such output in terminal:

/Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:254:in `get_app_name': undefined method `each' for #<Pow::Base:0x007ffe951afb30> (NoMethodError)
    from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:188:in `setup'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:46:in `pull'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:17:in `initialize'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/bin/chairs:8:in `new'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/bin/chairs:8:in `<top (required)>'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/bin/chairs:23:in `load'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/bin/chairs:23:in `<main>'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in `eval'
    from /Users/austinate/.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in `<main>'

Had a try to google possible fix, but failed.
Looks like probably wrong Ruby version is used? But i'm not sure which one do i need to use. Thanks for help :)

Suggestion: general data loading

I would like to be able to use chairs more generally to download and upload files from the simulator - maybe even devices. The function I'm looking for is to copy given file paths to the Documents directory.

It would need new commands:

chairs load [-r] [-directory bundledir] file ...        overwrite app data bundle files, or just Documents/Application\ Support

Examples:
chairs load -directory Documents ExampleDocuments/*
(load directory contents into apps Documents)
chairs load -r Fixtures/AppData/ (copy directory recursively to sim)
chairs load .

What do you think @orta? Otherwise I would ask for extracting a simulator files gem :)

Undefined method `require_relative'

Hi, cool project !

I get this error though :

$> chairs                                                                                                                                                                                                                                   ~
/Library/Ruby/Gems/1.8/gems/chairs-1.0.1/bin/../lib/musician.rb:2: undefined method `require_relative' for main:Object (NoMethodError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `require'
from /Library/Ruby/Gems/1.8/gems/chairs-1.0.1/bin/chairs:6
from /usr/bin/chairs:23:in `load'
from /usr/bin/chairs:23

I run Ruby 1.8.7, seems require_relative is depreciated.

ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

I'm no Ruby dev so I wouldn't try a pull request, but seems you can change line 2 in musician.rb :

require_relative "pow"

to

require File.join(File.dirname(__FILE__), 'pow')

as per http://stackoverflow.com/questions/2681031/why-doesnt-relative-require-work-on-ruby-1-8-6

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.