I have a big issue with react native IOS build. My project(RN 0.57.1) is taking a long time when I start to archive a project.
I am using the following steps:
1) Cleaning the build folder.
2) Edit schema with release everything.
3) Select Generic IOS device and Product > Archive.
It takes 15-20 min for creating a build and after that 15-20 minutes for compile build. I don't know it's a react native issue for IOS builds or I am doing something wrong here.
Please let me know if anyone having the solution to reduce the time to build an IOS build.
Android builds working fine.