Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap lib out for iOS, bump min iOS version + fix Apple Silicon build #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

daveshirman
Copy link

Main issue was that prior to this change, build was failing on ARM Mac (M2) iOS

I tried excluding arm64 from Xcode architectures on debug build, but that then presented the scrolling/inertia bug with Flutter where it became unusable.

So:

  • Swapping out the pod on iOS for google-cast-sdk-dynamic-xcframework-no-bluetooth
  • Bump min iOS to 12 (from 11) and fix build on Apple Silicon

This fixes the iOS build (without excluding arm64) + scrolling bug not present in simulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant