enter image description hereI'm getting this my countly target and other notification related target. I tried compilation mode to Whole module but it didn't help.

This is issue list.

1

There are 1 answers

5
AudioBubble On

This is a known issue. You can fix it by doing the following:

Compilation might fail without displaying the errors responsible for the failure. For example, you might see the message “Command CompileSwiftSources failed with a nonzero exit code” without an accompanying failure reason. (43033749) Workaround: Disable batch mode by adding a user-defined build setting named SWIFT_ENABLE_BATCH_MODE and set it to NO.

image

Once you have added the build setting, the real problem will be revealed