When we add a share extension to the existing project. So the already existing project pods start getting errors because your code is in Swift 4
and the extension is in Swift 5
.
When I add a pod in the extension target, an error occurs on the pod install both targets have different swift version. then we change the share extension swift 5 to 4.2
. Then the pod is installed. But when I run the project, errors appear in the pods already included in the project.
KVNProgress
IQKeyboardManagerSwift
CameraManager
Gallery
If anyone has an idea how we can solve the issue