Xcode takes long time to print debug results.

后端 未结 2 1171
清酒与你
清酒与你 2021-02-20 04:46

When I debug on Xcode it takes around 30 seconds or more to print results of po on Xcode console.

Unfortunately, this is only few information I have on the

2条回答
  •  时光取名叫无心
    2021-02-20 05:25

    I have several explanations:

    1. There is a lot of code (Xcode slows down after a certain amount of code) Also make sure your print statement is towards the top of your page. Xocde goes from top to bottom.

    2. Your Mac is slow. Some Macs after a certain amount of usage slow down. Also if you have a Mac mini or air they are slower than others.

    3. Xcode Beta. If you are using Xcode beta then there might just be a bug.

    If none of those answer you provide me with more info and I provide other solutions.

提交回复
热议问题