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

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

Open
adil-hussain-84 opened this issue Feb 24, 2016 · 2 comments

Comments

@adil-hussain-84
Copy link

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.

@adil-hussain-84
Copy link
Author

I know I can add the following to my build.gradle files to get the build to pass...

j2objcXcode {
    enabled = false
}

... but I kind of assumed that the build would pass without the above given if it passes when xcodeTargetsManualConfig is set to true.

@brunobowden
Copy link
Contributor

I'm seeing some issues myself with that task. I don't know why exactly...
something's changed and I can't figure out what it is.

On Wed, Feb 24, 2016 at 5:02 AM Adil Hussain [email protected]
wrote:

I know I can add the following to my build.gradle files to get the build
to pass...

j2objcXcode {
enabled = false
}

... but I kind of assumed that the build would pass without the above
given if it passes when xcodeTargetsManualConfig is set to true.


Reply to this email directly or view it on GitHub
#602 (comment)
.

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

2 participants