Giter VIP home page Giter VIP logo

playgrounds's People

Contributors

alexito4 avatar briomusic avatar johnno1962 avatar krzysztofzablocki avatar nheagy avatar orta avatar patoroco avatar pudquick avatar taberrr 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  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

playgrounds's Issues

KZP storyboard clashes with the "Main" storyboard of the actual app

Upon trying to integrate the playgrounds into our app to play with it, I realized that the app loaded right into the "Main" storyboard of KZPlayground, instead of the one the app itself uses, which incidentally goes by the same name "Main".

Looking at the code, KZPlayground is supposed to be loading the storyboard from the [NSBundle bundleForClass:self], but somehow it doesn't seem to be in another bundle, since the wrong storyboard is used to initialize the app.

I have no clue about NSBundle and especially not in combination with CocoaPods, but a quick solution would be to avoid the "Main" name for KZPlayground's storyboard ๐Ÿ˜„

Example playground doesn't dynamically refresh in Xcode 6.3/iOS 8.3?

Hi, KZPlayground looks so awesome, thank you for it!

I'm running KZPlaygroundExample in Xcode 6.3 but when I comment/uncomment some of the code in samplePlayground and save, the iOS Simulator doesn't seem to be refreshing itself as in your demo video. Maybe it's something with my environment, for example I saw this message in the debugger:

DYCI directory path is : /Users/myusername/.dyci

but that directory didn't exist, so I created it, but it didn't seem to make a difference. Any ideas on why it wouldn't be dynamically refreshing?

Thanks again!

compile error

Hi Krzysztof,

I came across your library, and it seems great, but i am having some trouble making it work.

I get the following error from kicker

Couldn't load index file '/Users/Lena/.dyci/index/a3786fe6a1527268bf426a811b5b0718' ("/Users/Lena/Dev/TestProjects/iOS/testxibstoryboard/testxibstoryboard/Playground.m"). Use default compilation instead

Failed (1)
KZPlayground: Recompiled Playground.m

Do you know why it doesnt compile and how to fix it?

macOS support

Am I missing something or am I currently on my own and would have to implement macOS support myself?

Kicker recipe will fail if any of directories contain space character.

I had issue with kicker failing on directory that contains space character in its name.

execute("/usr/bin/python #{File.expand_path("~/.dyci/scripts/dyci-recompile.py")} #{"\"%s\"" % File.expand_path(file)}")

Replacing execute command in .kick file with the one above should fix it. The only difference is that I added quotation marks surrouding the file path using string format operator.

Swift support

My playgrounds now support Swift code, to use that you should use injectionforxcode instead of Dyci, make sure to grab 0.4 Release for some simpler API.

Cocoapods doesn't have 0.4 pushed. Is the package supposed to be installing injection like the 0.3 version? Or is that meant to be a manual extra feature?

Couldn't load index file Error

Hi I'm trying this out, running the example folder. Hitting control x in xcode produces the following error however

Failed to inject code

Couldn't load index file '/Users/mtozer/.dyci/index/70b499f71e53e5ffce02104efdbdc3f4' (/Users/mtozer/code/fbobjc/VendorLib/KZPlayground/Example/KZPlayground/KZPlaygroundExample.m). Use default compilation instead

Have you seen this before?

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.