Skip to content
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

Too many Xcode projects issue #213

Closed
vitasapple opened this issue Jan 12, 2021 · 3 comments
Closed

Too many Xcode projects issue #213

vitasapple opened this issue Jan 12, 2021 · 3 comments

Comments

@vitasapple
Copy link

I want to remove a key and I use command "pod keys rm kckey" , then terminal warn me :"CocoaPods-Keys found too many Xcode projects (TCBeautyPanel.xcodeproj TankCat.xcodeproj UGCKit.xcodeproj). Please give a name for this project."
I know kckey is in TankCat project , so I input TankCat .
finally ,terminal give me an error :"[!] Could not find a project to remove the key from."
How can I do to delete the key?

@SlaunchaMan
Copy link
Contributor

IIRC you need to include the file extension. Try pod keys rm kckey TankCat.xcodeproj.

@vitasapple
Copy link
Author

Thank you , I try your command. First I go to my project "cd /Users/apple/Desktop/tankemao-ios" , then I execute the command "pod keys rm closeBag TankCat.xcodeproj" and I get an error "[!] Could not find a project to remove the key from."

@vitasapple
Copy link
Author

IIRC you need to include the file extension. Try pod keys rm kckey TankCat.xcodeproj.

I know, because I changed the name of the root directory of the project, which caused the command to fail, now I change it back, there is no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants