You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thebuild.gradle
files of my Java modules (see issue here). I was hoping I could setxcodeTargetsManualConfig
tofalse
and configure the calls to the generated pod methods in myPodfile
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.The text was updated successfully, but these errors were encountered: