finestructure / Arena

A command line tool to create Swift Playground projects with SPM package dependencies
MIT License
684 stars 16 forks source link

Local Packages Not Working #105

Open hggz opened 3 months ago

hggz commented 3 months ago

I ran on the latest install

arena --book -p ios ../MyLocalPackage

and the package cant be found when I open the xcworkspace

finestructure commented 3 months ago

Is there an error message your getting?

And is your project available somewhere so I can test this?

Also, please note that the --book parameter is quite experimental. Does it work if you run the command without it?