Upgrading the xocde 11 from Xcode 10.3, my app is not building.Its contains the lots of pods files.
- In App, there are 28 third party library, these are legacy file and some of them have old version.
- When I do pod install command, some of third party libraries are updated to latest version of swift 5 and some of them are updated to swift 4/ swift 3 version and not compactable with app and giving error.
- I am able to build the application while doing these changes -> remove the Build Phase-> Check Pods Manifest.lock script and changed the Build Settings -> Treat warnings as errors to No.(i am able to run in any version of Xcode)
- My question is that, while doing the pod install, after that code is not working, its giving the error realted to pod files and if i tried to resolve it , its start giving the issues in other pod files. Please help.