I've been trying to integrate the Yelp API into my app to populate a table view with nearby listings. After grabbing the sample Obj-C code and installing the pods, everything works fine. However, I wasn't aware that there was a special way in which Yelp intended for the mobile API to be implemented. I found their sample iOS project here: https://github.com/Yelp/yelp-ios and after some issues with Frameworks and pods, I managed to get the project to run. I had to find some of the Frameworks myself and drag them into the project. Now I can get the app to run up to the first Table View in the attached image, but clicking any of the search choices throws a generic NSException error. Considering this is sample code directly from Yelp, I'm pretty disappointed that I have to mess with so many things just to get it to run, let alone get it to work right. Am I missing something? I made sure my repo was updated, I have the pods installed. I've checked the storyboard for obvious errors, but there are so many code files I don't even know where to start.
Any help would be appreciated.
Any help would be appreciated.