I am opening .xcworkspace of my Ionic 3 project and trying to run it on my device but I suddenly get the following error in Xcode:
Ld /Users/man
The problem here is cordova-ios@latest.
And we could fixed this issues with:
npm uninstall cordova-iosnpm install cordova-ios@4.4.0ionic cordova platform add ios@4.4.0ionic cordova build ios, that open with xcode and build with your settings.