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
Handle pre-built frameworks in universal binary build
Fix framework handling when OggDecoder provides pre-built binaries:
- Check architecture of each framework before combining
- If frameworks have same architecture in both builds, use as-is
- Only use lipo when architectures actually differ
- Add detailed logging to show what's happening
This handles the case where dependency frameworks are pre-built
for a single architecture (typically x86_64).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
0 commit comments