Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Fails silently when adding dependencies #18

Open
@CrispBull

Description

@CrispBull

In my project, I added CouchbaseLite pod dependency, it gradle syncs correctly but after that I can't find the dependency. In my shared grade file, I have the following snippet

cocoapodsext {
        summary = "TBC"
        homepage = "TBC"
        pod("AFNetworking")
        pod("CouchbaseLite")
    }

After gradle sync (success), I can only find the AFNetworking but CouchbaseLite doesn't work. What could be wrong and how can I fix it? Thanks

Edit: I have tried several ios libraries with this plugin and even a wrong dependency like pod("fjsljfa;fnajfd") would gradle sync correctly. So it seems like errors are failing silently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions