但当我尝试使用pod lib lint时,出现有关ERROR | [iOS] file patterns: Thesource_filespattern did not match any file.的错误我在Example for Pod中使用了我的CocoaPod,它可以工作,但我得到了错误: - ERROR
在处理和其他几个具有较少可执行文件的项目时,我希望确保这些可执行文件不包含在构建阶段,以避免在可执行文件上遇到的warning: no rule to process file警告。看起来可能需要某种post_install脚本才能将文件从目标中删除,但我有点不清楚如何处理post_install脚本。谢谢!