calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 369 forks source link

easy way to uninstall calabash from ios? #1308

Closed awitherow closed 7 years ago

awitherow commented 7 years ago

I need to cleanup my Pods.xcodeproj and app.xcodeproj and I would like to remove calabash ideally without having to interact with Xcode. Is this possible or only doable via the Xcode interface?

jmoody commented 7 years ago

I don't know the answer to this question.

You will have to look at your Xcode Build Settings: Other Linker flags to see if Calabash is being linked.

These tutorials might be helpful.

https://github.com/calabash/calabash-ios/wiki/Tutorial%3A-How-to-add-Calabash-to-Xcode

awitherow commented 7 years ago

Hmm, not really impressed with how quickly this issue was closed...

Would be nice to address this issue, as I am surely not the only one who would like to get rid of Calabash within their iOS project.

jmoody commented 7 years ago

Other than pointing to the tutorials, I am not sure how to help you.

Using CocoaPods to link Calabash is not something I or any other maintainer is familiar with.

awitherow commented 7 years ago

That perplexes me a little... But okay 👍 Thank you for the link earlier.