但是,当我运行pod lib lint
时,出现no such module MyModule
错误。
Testing with xcodebuild.
-> my-swift-project (0.4.2)
- WARN | source: Git SSH URLs will NOT work for people behind firewalls configured to only allow HTTP, therefore HTTPS is preferred.
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.
- ERROR | [iOS] xcodebuild: my-swift-project/Echo/Delegates/MyModule/MyModule.swift:7:8: error: no such module 'MyModule'
有问题的文件在文件顶部有一个导入模块声明
import MyModule
有谁知道为什么会发生这种情况以及为什么项目建立在xcode中很好但是当我到达这个阶段时呢?
答案 0 :(得分:3)
构建设置>框架搜索路径 将框架搜索路径设置为$(SRCROOT)并递归。