Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Forced Pod install creates recursive check that creates build issues #15591

Closed
@lukef

Description

@lukef

Using Flutter master
Mac OS

flutter build will run pod install which creates a Framework Search Paths entry that is recursive. i.e.: $(PODS_ROOT)/**. With certain plugins (e.g. Firebase) this will lead to the following build error:

Argument list too long: recursive header expansion failed at /<ios project directory>/Pods/.symlinks/plugins/firebase_storage-0.1.4/android/build/intermediates/classes/debug/com/google/firebase/storage/api.

Removing the recursive entry will allow the build to complete successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    p: toolingAffects the flutter_plugin_tools packageplatform-macBuilding on or for macOS specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions