-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod lib create without demo project fails to create workspace #270
Comments
I also encountered the same problem. |
pod lib create rz-testplugin Cloning To get you started we need to ask a few questions, this should only take a minute. If this is your first time we recommend running through with the guide:
What platform do you want to use?? [ iOS / macOS ]
What language do you want to use?? [ Swift / ObjC ]
Would you like to include a demo application with your library? [ Yes / No ]
Which testing frameworks will you use? [ Specta / Kiwi / None ]
Would you like to do view based testing? [ Yes / No ]
What is your class prefix?
Running pod install on your new library. Analyzing dependencies Specs satisfying the [!] Automatically assigning platform Ace! you're ready to go! To learn more about the template see Specs satisfying the [!] Automatically assigning platform Ace! you're ready to go! To learn more about the template see |
Hello,
I am using
CocoaPods 1.12.1
After running the following command on the master branch of an empty repository:
pod lib create TempLib
And selecting no for demo project, there is no workspace to open so the script fails. Below is an output of the action:
The text was updated successfully, but these errors were encountered: