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
Thanks again for this, just letting you know that as of the latest Flutter versions (3.3.7 upwards), I'm encountering the below error when trying to build:
- Running pre install hooks
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries:
(/<project-name>/ios/Pods/Mux-Stats-AVPlayer/XCFramework/MUXSDKStats.xcframework)
If I comment out the flutter_to_airplay dependency in pubspec.yaml, then I can build.
I can't build either, however with a different error message:
Error (Xcode): '/Users/vagrant/git/build/ios/Debug-staging-iphoneos/XCFrameworkIntermediates/Mux-Stats-AVPlayer/MUXSDKStats.framework/MUXSDKStats' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/vagrant/git/build/ios/Debug-staging-iphoneos/XCFrameworkIntermediates/Mux-Stats-AVPlayer/MUXSDKStats.framework/MUXSDKStats' for architecture arm64
Mux-Stats-AVPlayer is being used internally by this Flutter plugin.
Hi,
Thanks again for this, just letting you know that as of the latest Flutter versions (3.3.7 upwards), I'm encountering the below error when trying to build:
If I comment out the
flutter_to_airplay
dependency inpubspec.yaml
, then I can build.Any ideas?
FYI - I'm targeting
iOS 11
in myPodfile
and my stackoverflow question is here:Cheers!
The text was updated successfully, but these errors were encountered: