Closed Karram-Ayman closed 3 months ago
Thanks for the report @Karram-Ayman have a PR up that should resolve this https://github.com/apollographql/apollo-ios-xcframework/pull/18
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Summary
The apollo-ios-xcframework does not automatically add a CFBundleIdentifier to the Info.plist files of the created XCFrameworks when using the provided Makefile script. As a result, when you try to link Apollo.xcframework and ApolloAPI.xcframework in an Xcode project using the "Embed and Sign" option, the build may succeed, but a runtime error will occur. This error indicates that ApolloAPI.framework (or Apollo.framework) is missing a CFBundleIdentifier in its Info.plist, which is required for proper framework embedding.
Version
1.14.1
Steps to reproduce the behavior
Logs
Anything else?
No response