Arena
Arena copied to clipboard
A command line tool to create Swift Playground projects with SPM package dependencies
As we've discussed on Discord, using Arena 1.0.0 to make a playground for RxSwift (5.1.1 at the time of writing) results in a seemingly valid workspace playground that Xcode loads...
Thanks for a great tool! Trying to use it with my UICore local package with resources Got the following error: ``` UICore/resource_bundle_accessor.swift:27: Fatal error: unable to find bundle named UICore_UICore...
# Problem statement The binary package is not properly linked at build time.  Running following command succesfully generates Xcode playground with the binary Swift...
Arena currently fetches the sources of direct dependencies and integrates them (flattened) into `UserModule`. It _does not_ fetch sources of transitive dependencies, i.e. dependencies that are dependencies of your primary...
Hi. The tool is awesome, super helpful. But it doesn't work anymore. I always get the the "No such module" error, whatever I try.
Hi, I recently discovered this tool and I find it really interesting!! I am trying to use Arena with `The Composable Architecture` but I cannot find a way to import...
I ran on the latest install `arena --book -p ios ../MyLocalPackage` and the package cant be found when I open the xcworkspace