Using CocoaPods stops iOS build using ionic Project
问题 I have created an ionic Project. I build the app and its working perfectly using Ionic CIL. Now using cocoapods, I created a pod file and loadded the required pods and did pod install. Now when I try to run ionic run/build ios, I get this error: ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to see invocation) Error code 65 for command: xcodebuild with args: -xcconfig Command failed with exit code 2 Please help me ... 回答1: The issue that causes