I have an app that I'm testing. I have been using on the previous version iPad Mini but am borrowing a current iPad Air. I am able to add to developer profile but get this error when trying to build onto iPad Air. It looks like an error in two pods that I'm using AMSlideoutController and AFNetworking. Here's my Podfile
platform :ios, '7.0'
pod "AFNetworking", "~> 2.0"
pod 'AMSlideOutController'
I have the feeling that this is some really simple Product config for 64 bit am not really sure. How can I resolve this?
Here's the error that I'm getting.