Stepan Hruda
Stepan Hruda
Can you try setting `Pods_Ruguo.framework` dependency as Optional? Also, if you delete the DerivedData folder and build, does the build work the first time around? I had to use ```...
What this repo describes is merging all frameworks into **none**, because it copies all of them directly inside your app binary. There shouldn't be a problem with merging into a...
It's still a work in progress – what are you hoping to use it for right now? I was planning to add a license once there is at least a...
Would it be helpful if the client query parser was an importable library via Cocoapods/Carthage/spm?
The code is already decoupled, I'd like to keep it as two dependencies in the same repo.
It supports Swift package manager. As far as I know Cocoapods doesn't work on Linux, so you don't want to import your server-side dependencies that way.
That sounds reasonable, I'll publish it.
Yep it's on my radar. If you create a podspec and test that it works for you locally (via `path:` in Podfile), I can ship it pretty much immediately.
I don't think you can run PostgreSQL on iOS. It doesn't sound like the right tool for the platform anyway. What do you have in mind to use it for?
Ah ok. Yea, it's not a primary use case, but we might add support for this.