Summary
I’m encountering a build error related to RegisterGCInfoCallback in the Lynx framework, specifically in a C++ source file under the primejs dependency.
Environment
- ❯ iOS Project using Lynx (integrated via CocoaPods)
- ❯ Latest pods as of [insert today's date]
- ❯ Swift/Objective-C bridge setup successfully
- ❯ Xcode version: [Your version here]
- ❯ Target iOS version: [e.g. 15.0]
- ❯ Architecture: Apple Silicon (M1/M2) [✅ if applicable]
Error
The build fails with the following error:
No matching function for call to 'RegisterGCInfoCallback'
This traces to the following path in my project:
Summary
I’m encountering a build error related to
RegisterGCInfoCallbackin the Lynx framework, specifically in a C++ source file under theprimejsdependency.Environment
Error
The build fails with the following error:
No matching function for call to 'RegisterGCInfoCallback'
This traces to the following path in my project: