upgrading to Xcode11 from Xcode 10

Upgrading the xocde 11 from Xcode 10.3, my app is not building.Its contains the lots of pods files.


  1. In App, there are 28 third party library, these are legacy file and some of them have old version.
  2. 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.
  3. 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)
  4. 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.

Its contains the lots of pods files.

I think you might more more luck asking this via the support channel for CocoaPods.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
upgrading to Xcode11 from Xcode 10
 
 
Q