cocoapods-playgrounds icon indicating copy to clipboard operation
cocoapods-playgrounds copied to clipboard

:black_joker: Generate Swift Playgrounds for any library.

Results 17 cocoapods-playgrounds issues
Sort by recently updated
recently updated
newest added

### Command ``` /usr/local/bin/pod playgrounds Spokestack-iOS ``` ### Stack ``` CocoaPods : 1.8.4 Ruby : ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19] RubyGems : 3.0.3 Host : Mac OS X 10.15.1...

### Error ``` Errno::ENOENT - No such file or directory @ dir_initialize - /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates/Source/Playground with Platform Choice.xctemplate /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/generate.rb:43:in `open' /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/generate.rb:43:in `foreach' /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/generate.rb:43:in `dir_for_platform' /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/generate.rb:10:in `initialize' /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/workspace.rb:26:in `new' /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-playgrounds-1.2.2/lib/cocoapods-playgrounds/workspace.rb:26:in `block...

I ran `pod playgrounds Alamofire` and I have the same problem as here: https://github.com/asmallteapot/cocoapods-playgrounds/issues/52 It doesn't work with others pods eg: Moya, RxSwift. I know it was fixed 2 days...

Please add this to home brew.

``` Playground execution failed: error: Empty.playground:6:8: error: module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler: /Users/ellen/Library/Developer/Xcode/DerivedData/Empty-aiojmrqftycfwvbtpmkzvlsjvgjl/Build/Products/Debug-iphonesimulator/Result.framework/Modules/Result.swiftmodule/x86_64.swiftmodule import Result ^ ```

bug
carthage

Using Xcode 9 or 10 I get this error when adding import RxSwift to playground that is embedded in workspace and pod is either shared or unshared,

needs-investigation

`SWIFT_VERSION` is hard-coded to `4.0` in #56, which works for many common cases. In the future, we should instead pick a version based on the requested spec(s) to be installed,...

enhancement
help wanted

cf https://github.com/asmallteapot/cocoapods-playgrounds/pull/56#discussion_r205296116

enhancement

``` carthage-play acquia/waterwheel-swift /Library/Ruby/Gems/2.0.0/gems/cocoapods-1.1.0.rc.2/lib/cocoapods/executable.rb:69:in `execute_command': [!] /usr/local/bin/carthage update --platform ios (Pod::Informative) *** Fetching waterwheel-swift *** Fetching SwiftyJSON *** Fetching ObjectMapper *** Fetching SwiftyUserDefaults *** Fetching Alamofire *** Checking out Alamofire...

carthage
needs-investigation

I run `pod playgrounds RxSwift` and immediately build on xcode 8.2 and get this error.

bug
cocoapods