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