Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
826 views
in Technique[技术] by (71.8m points)

ios - can xcode version name include alphabets

Can I include alphbets in xcode version

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  • 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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...