Hey all, has anyone experienced the `embedAndSignA...
# multiplatform
l
Hey all, has anyone experienced the
embedAndSignAppleFrameworkForXcode
gradle task taking literally minutes to complete (on M1 Max and M3 Pro)? For comparison, running clean gradle build with assemble on a CI takes 9 minutes. Building of just one flavor for iOS takes more than 25 where 90% of this time is being stuck on aforementioned task. From my observation, this has been the case for a lot of projects (observing time to completion on their CI actions) so probably it's something more ppl have missed.
j
This still needs improvements. but you can run on simulator more faster from xcode while debugging.
l
that's fine but I have a CI setup that I want to verify the buildability of the branch. Running this and waiting 30 min every time really doesn't solve my issue which the CI should solve
j
you can use caching in CI. but i'm also in same situation. it's taking 20-25 min to finish build and deploy to app store
t
For me with a release build this task takes about 30 minutes on M1 max
l
That's awful. I really hope Jetbrains ppl can make this faster
t
I hope so, too. A debug build is a few minutes which is better but still quite long. As I share code between Android and iOS, I mostly test on Android, and only run on iOS when needed.
Are you using an intel or arm JDK? May be a good idea to check this as it impacts performance
l
It's Arm JDK. For me, I needed to make a lot of specific code for iOS platform soo testing on iOS is also crucial