79345277

Date: 2025-01-10 09:59:43
Score: 1
Natty:
Report link

Go to the Build Settings of your target (in this case, the youPod(in which issue) target from the Pods project). Search for the Swift Optimization Level setting. Ensure that for Debug configurations (used for development), the optimization level is set to -Onone. For Release configurations (used for production), it should be set to -O.

you try vice versa for both release and debug -Onone

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Next Day Software Solution Pvt