I'm getting this my countly target and other notification related target. I tried compilation mode to Whole module but it didn't help.
Asked
Active
Viewed 2,336 times
1

Ganesh Shetty
- 302
- 1
- 4
- 12
1 Answers
1
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.
Once you have added the build setting, the real problem will be revealed
-
i have made the changes but still facing same issue. – Ganesh Shetty Jul 08 '20 at 10:09
-
@GaneshShetty Try clearing the project with Command + Shift + K – Jul 08 '20 at 10:09
-
It didn't help. – Ganesh Shetty Jul 08 '20 at 11:22
-
@GaneshShetty Try re-booting your Mac? – Jul 08 '20 at 11:22
-
@Danniil the same issue again. – Ganesh Shetty Jul 08 '20 at 16:12