Skip to content

searchPaths.filter is not a function #133

Open
@pietro909

Description

@pietro909

See this issue on react-native about how to reproduce it.

The error is located in lib/pbxProject.js, in removeFromFrameworkSearchPaths and `addToFrameworkSearchPaths:

if (searchPaths) {
    var matches = searchPaths.filter(function(p) {

I've noticed that there are no tests for those functions, maybe we can work together to cover those cases?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions