Cokile Ceoi
Cokile Ceoi
Same issue here
Seems duplicated with #323
I resolve this issue by downgrading the MacOS from Big Sur to Catalina, since XVim2 is more useful to me and the latest Xcode is compatible with Catalina.
> is this issue is fixed in XCode 12.3 ? Because I do not want to download 2 versions of xcode just to get VIM running. I think it's a...
Thanks for the issue. Since [XVim doesn't support Xcode9](https://github.com/XVimProject/XVim/issues/1074) and I rely a lot on it, I don't upgrade my Xcode to the latest version. So I can't run the...
Can you provide more details: 1. Cocoapods version 2. Deployment target 3. ARC or MRC
What's your project deployment target? iOS8?
Have to tried to update your Cocoapods?
Try to add the snippet below to your Podfile and run `pod install`. ```ruby post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| if target.name == 'CCDropDownMenus' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'...
So it's the problem of the Podspec file, not the code. I will release a new version to fix this issue later. For now, just use the Podfile workaround above...