flutter_to_airplay icon indicating copy to clipboard operation
flutter_to_airplay copied to clipboard

The 'Pods-Runner' target has transitive dependencies that include statically linked binaries

Open daveshirman opened this issue 2 years ago • 3 comments

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:

- 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.

Any ideas?

FYI - I'm targeting iOS 11 in my Podfile and my stackoverflow question is here:

Cheers!

daveshirman avatar Nov 10 '22 14:11 daveshirman

same error

federico2390 avatar Nov 27 '22 00:11 federico2390

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.

pedromassango avatar Jan 04 '23 09:01 pedromassango

I made a PR #26

andreasgangso avatar Aug 16 '23 11:08 andreasgangso