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

Xcode project delete a specified scheme #708

Closed
huakucha opened this issue Aug 29, 2019 · 2 comments
Closed

Xcode project delete a specified scheme #708

huakucha opened this issue Aug 29, 2019 · 2 comments

Comments

@huakucha
Copy link

'pod install' help me create a scheme in Pods.xcodeproj,but my main project already have a same name scheme,I want to delete a specified scheme in Pods.xcodeproj ,xcodebuild will find the first one,but it's not i want,how can i do ? Can Xcodeproj do it?

@dnkoutso
Copy link
Contributor

You can delete the scheme in post_install hook.

You can easily do it this outside of Xcodeproj.

Going to close as this is not an issue and it's more of a question. Please also ask in StackOverflow under cocoapods tag.

@wtmoose
Copy link

wtmoose commented Jun 2, 2021

Hi @dnkoutso. I've asked on StackOverflow as you suggested and got no responses. It would be awesome if someone here could chime in with an answer or clue.

https://stackoverflow.com/questions/67796339/how-to-delete-a-scheme-in-cocoapods-post-install-hook

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

3 participants