Boris Bügling

Results 52 comments of Boris Bügling

Took a stab at it in #6

I don't think it was ever included, only the snapshots from swift.org have it (but by now only some of them, because it was removed later in the release process)....

Interesting, can you please share the output of `pod env`?

Hm, that's weird — could you also share the `Podfile` that was generated for the Playground?

Ah, yes, this is actually related — `pod playgrounds` supports referencing local podspecs as well. So it found your local podspec and preferred that over the remote one.

Yah, it checks if the argument is a local path in the CWD, but not if it is actually a podspec — this should probably be improved :)

As a workaround, it's actually possible to still use BugHub, by creating an application personal access token for your GH profile and using that as a password.

I'm not a big fan of making this based solely on the presence of the `.framework` on the filesystem — that's just bound to confuse people.

Not really, IMO we should just copy vendored frameworks over, CP doesn't need to touch them, but for vendored libraries, there's still no good solution.