I have a Flutter project that I’m trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails...
I’m trying to add a framework to my IOS project but when I build I always got the same message : ld: framework not found Pods clang: error: linker...
I was trying to update the existing pods with the pod install command, but it takes forever to run. The verbose mode shows it was stuck at the following...
I’m getting this below warning message in my Xcode 10.1. The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this...
I’ve encountered an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build it, I face this error: The...
I installed pod some time ago. However, it’s stopped working so I’m working through this again. However, I almost immediately run into a problem here: pod install -bash: pod:...
I got an error when archiving a project. This is my environment. Mac OS Lion Xcode 4.3.1 iOS SDK 5.1 The project deployment target is: IPHONEOS_DEPLOYMENT_TARGET 3.2 The error...
I added an external framework via cocoapods into my iOS application. How can i remove that library from the project? 7 Answers 7
I referred to many links and tried, but I had no success. I read CocoaPods documents and many times tried to install, but I always failed because of the...
After I execute a pod install at the base of my project, I get the following error: CocoaPods did not set the base configuration of your project because because...