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

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

Open
daveshirman opened this issue Nov 10, 2022 · 3 comments

Comments

@daveshirman
Copy link

daveshirman commented Nov 10, 2022

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!

@federico2390
Copy link

same error

@pedromassango
Copy link

pedromassango commented Jan 4, 2023

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.

@andreasgangso
Copy link

I made a PR #26

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

No branches or pull requests

4 participants