You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The missing package ApolloCore is correct, it was split in 0.44.0. It is detailed as a breaking change in the release notes.
tl;dr
BREAKING: Split ApolloCore into two more granular libraries, ApolloAPI (which will contain the parts necessary to compile generated code) and ApolloUtils (which will contain code shared between Apollo and ApolloCodegenLib). If you were previously importing ApolloCore, in most places you will need to import ApolloUtils. If you're using Carthage, you will need to remove the old ApolloCore xcframework and replace it with the two ApolloAPI and ApolloUtils frameworks. (#1817)
Bug report
Versions
0.51.0
Please fill in the versions you're currently using:
apollo-ios
SDK version: 0.51.0Steps to reproduce
Updated the SPM to 0.51.0 from 0.43.0. I am getting this error after updating.
The text was updated successfully, but these errors were encountered: