我以前(并且成功地)能够在运行之前创建一个 Pod:
"pod lib create os-nsthreading"
但自从更新到 1.0.1 后,脚本似乎无法创建 Podfile,因此没有创建所需的 .workspace 文件:
What language do you want to use?? [ Swift / ObjC ]> ObjC
Would you like to include a demo application with your library? [ Yes / No ]
> Yes
Which testing frameworks will you use? [ Specta / Kiwi / None ]
> None
Would you like to do view based testing? [ Yes / No ]
> No
What is your class prefix?
> OS
Running pod install on your new library.
[!] No `Podfile' found in the project directory.
我试图再次更新 CocoaPods - 但仍然无济于事 - 我的第一个想法是权限,但它似乎可以创建项目文件......任何正确方向的点将不胜感激。