Xcode 11.3 take much more time for building

Hello, i am update my xcode 11.3 and macOS 10.15.1 , but if i bulid my application it will take around 45 to 60 seconds . can u please help me how to fix this problem.

@jaganath1991 Do you still have issues with this?

Hi @jaganath1991,
how much time did it take earlier?

Do you have pods in your project? if you do then you can change the settings on the Pods to use compiled versions or even use Carthage for the pods, it can download and provide pre-compiled binaries to your project, there by increasing the time.

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.