asmallteapot / cocoapods-playgrounds

:black_joker: Generate Swift Playgrounds for any library.
MIT License
1.29k stars 42 forks source link

Not working in Xcode 8.2 #45

Closed vjujjavarapu-zz closed 7 years ago

vjujjavarapu-zz commented 7 years ago

pod playground 'RxSwift, RxCocoa' Does generate a Playground RxSwift but it says no module RxSwift and convert to Swift 3 and once we cover it to Swift 3 it is not working

Xcode 8.2, Sierra, Swift 3. Please Fix ASAP.

segiddins commented 7 years ago

Please Fix ASAP

This is not likely to get you a quick fix from the community. I believe https://github.com/segiddins/ThisCouldBeUsButYouPlaying/pull/44 may be what you're looking for.

vjujjavarapu-zz commented 7 years ago

how can i change the ruby file as mentioned in #44 please let me know

vjujjavarapu-zz commented 7 years ago

Hi, I have not written or fixed this. I just had to convert to Swift 3 and comment out the XCplayground indefiniteExecution line. and everything works perfect. Thanks.