Skip to content

Setting xcodeTargetsManualConfig to false for a multi-module project fails #602

@adil-hussain-84

Description

@adil-hussain-84

I have two Java modules in my project which are to be translated to Objective-C and used by my iOS module. Unfortunately the dependency tree in the generated Podfile does not reflect the dependency tree in the build.gradle files of my Java modules (see issue here). I was hoping I could set xcodeTargetsManualConfig to false and configure the calls to the generated pod methods in my Podfile myself. The problem when I build my project is that it adds the pod method for the first Java module and then tries to do a pod update before adding the pod method for the second Java module. Naturally the build fails.

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