-
Notifications
You must be signed in to change notification settings - Fork 728
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
Release 1.2.1 does not build as a Swift Package #3063
Comments
Hi @rickpasetto - the error is valid but it's not a practical issue, i.e.: there is no action for us to take here. The target that is causing the build error is It sounds like your root issue might be adding |
@calvincestari thank you for the reply. Question, then: How do you recommend using ApolloTestSupport for Xcode Previews then? It's awfully convenient to use Apollo Mocks for forging data to show in Xcode Previews. Just wrapping the |
Have you tried the selection set initializers that were reintroduced with |
Ah, no, didn't know about that! I will give it a shot. Do you happen to have a link to a reference doc? |
The Output options documentation shows some sample JSON of how to configure it. We've got an issue still to sort out with the documentation though so you can't view that API reference for the |
Summary
I am unable to add
apollo-ios
release 1.2.1 as a swift package dependency. As SPM builds it, I get:I started trying to create a simple failing case, but it is easier just to clone the repo and run
make
-- symptom is the same.Version
1.2.1
Steps to reproduce the behavior
Logs
No response
Anything else?
Note: problem might have been introduced earlier than version 1.2.1
The text was updated successfully, but these errors were encountered: