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 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.
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
Payload/MyProject.app/Frameworks/ApolloAPI.framework did not have a CFBundleIdentifier in its Info.plist
Anything else?
No response
The text was updated successfully, but these errors were encountered: