Posts

Post not yet marked as solved
17 Replies
Got solution on the above issue. Please follow the below steps: Open terminal Move to the directory of your project Deintegrate pod Remove workspace manually Remove pod file, pod.lock file, Pods folder manually pod init - terminal pod install Open workspace in Xcode Pods > General > Target > 12.0 IMPORTANT: Let processing complete for the device in Xcode. Worked on XCode 13.2.1
Post not yet marked as solved
17 Replies
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization Command CompileSwiftSources failed with a nonzero exit code I have also got this issue and i was able to archive prior to the updation of the pods. When i last updated the pods, it started showing above error. Anyone able to build archive?