[Solved] can xcode version name include alphabets


  • Try following the below steps
    1. quit Xcode.
    2. pod –version (if its not pls upgrade first).
    3. cd #top level source folder#
    4. pod cache clean —-all
    5. pod deintegrate || rm -rf pods
    6. pod install
    7. launch Xcode and open workspace and compile away.

1

solved can xcode version name include alphabets