CocoaPods podspec lint failure - file not found
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to distribute my pod, but I'm having issues with it's validation. When I'm trying to lint against my .podspec I'm getting: - ERROR | [iOS] [xcodebuild] path/to/my/source/file.m:14:9: fatal error: 'KeyValueObjectMapping/DCKeyValueObjectMapping.h' file not found I tried to preserve the path to their framework with different variations like s.preserve_paths = 'KeyValueObjectMapping.framework/*' or s.preserve_paths = '${PODS_ROOT}/Vendor/KeyValueObjectMapping/KeyValueObjectMapping.framework' & other variations but that way I'm getting