-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to use Scipio to build some of the popular frameworks #26
Comments
SDWebImage uses https://github.com/SDWebImage/SDWebImage/blob/master/Package.swift#L36-L37 |
I'm unable to build Firebase either. There is a third-party Package manifest that includes pre-built There is an in-depth discussion about this repo here: firebase/firebase-ios-sdk#6564 I've found another package that wouldn't build called SVGKit. This is an objective-c framework, which I suspect some parts of Firebase are too. Perhaps this could be a problem? |
I had a look into this with another Objective-C library we use, that is a little simpler than Firebase. It's called SnowplowTracker. Trying to build this with scipio produces build errors: Verbose build output
Package.swift
However I was able to build with
Perhaps it might be worth comparing the differences between the generated |
Hey 👋
I've tried to use Scipio for my project, but I've found a couple of issues.
The following frameworks cannot be compiled:
SDWebImage
Compilation error
GoogleTagManager
Compilation error
Firebase
Seems that one of the sub-dependencies are not automatically linked.
Example Package.swift
The text was updated successfully, but these errors were encountered: