https://kotlinlang.org logo
h

Hakan

01/18/2023, 1:32 PM
Ok. Now I have a different problem. We created another library written completely in ObjC. And we are able to use it with new projects with gradle (
7.3.3
). But we couldn't make it work with gradle vesion (
7.2.2
) The gradle task
linkPodDebugFrameworkIos
is failing. I also shared iOS project gradle configuration for gradle plugin version
7.2.2
I suspect that iOS Simulator architectural configuration is missing. Do I have to move my gradle build system to
7.3.3
or is there a way to fix in
7.2.2
Some guidance would be very helpful in here. Thanks.