I\'ve encounter an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build it, I face thi
I had the same issue with Ionic-3, I did some above mention steps but none of them worked for me.
For Ionic Remove the ios platform
$ ionic cordova platform remove ios $ ionic cordova platform add ios
Open xcode then try to build. this worked for me :-)