Post

Replies

Boosts

Views

Activity

Reply to Massive difference in time taken to scan contacts/perform action in Xcode versus TestFlight
Click on the project in the project navigator. Click on the target. Click on build settings. Be sure the all tab is selected, just above build options next to the + button Selecting combined next to that makes it easier to compare. In the filter on the right, type "optimization level" without the quotes. Under Apple Clang and Swift compiler there will be drop downs to select the optimization level. For debug configuration the defaults will be none. Release ones "fastest, smallest" and "optimize for speed" respectively. Be aware that setting debug to other than none may impact breakpoint behavior as well as the ability to read variables due to code optimization.
Feb ’24