Package Import failure in Xcode 11 b2
dsperling opened this issue · 12 comments
@dsperling do you happen to know what Xcode 11 expects? Did the manifest DSL change so we now have to provide a version parameter or something?
I am not sure what Xcode 11 expects. I have imported other projects (such as SwiftyJSON) without issue and wanted to pass along the feedback.
Found out why -- the SwiftPM package manifest addition was after the tagged v0.5.0 release. I now added a v0.5.1 release with the latest additions. Does it work now?
That's unfortunate. Since I neither am an expert in SwiftPM manifest nor do I have Xcode 11 handy, I'm putting this on the backburner. If you want to give it a shot, you're very welcome to open a PR with changes!
@dsperling Had an idea and released 0.5.2
right now. Can you try again? 🤞
I hope we're getting there. What about v0.5.4? -- I now have included more Package initializer parameters.
Please tell me it works now :)
Thanks for being my eyes during this process :)