Swift app for NSBudapest UI testing workshop.
Start with forking this repository to make sure you have your own version.
Use Carthage for updating dependencies. If you don't have Carthage installed on your machine, run:
brew update && brew install carthage
Then go to your project's root and run:
carthage bootstrap --platform iOS
to have your dependencies installed.
Please go to your main target and remove KIF.framework from your embedded framework section of Build phases. Also, please remove the Run script phase called Copy Carthage frameworks
.
Read more about this issue at KIF's GitHub page.
Press play in Xcode and see your app running.