没有这样的模块“EVReflection”
Posted
技术标签:
【中文标题】没有这样的模块“EVReflection”【英文标题】:No such module 'EVReflection' 【发布时间】:2017-04-03 04:02:04 【问题描述】:XCode 和 ios 开发新手。得到“没有这样的模块'EVReflection'”试图导入和使用 EVReflection。我已经启动并安装了 pod。这是我的“pod install”输出:
Analyzing dependencies
Downloading dependencies
Using EVReflection (4.8.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
这是我的 PodFile:
platform :ios, '9.0'
target 'myproject' do
use_frameworks!
pod "EVReflection"
target 'myprojectTests' do
inherit! :search_paths
end
target 'myprojectUITests' do
inherit! :search_paths
end
end
【问题讨论】:
【参考方案1】:安装 Pod 后,关闭 xCode。然后使用以下命令行将其打开:
$ 打开 App.xcworkspace
清理您的项目,然后构建项目,它将按预期工作。最后,您可以访问它的属性
【讨论】:
谢谢!那成功了。不过,我希望 XCode 在这方面能更聪明。以上是关于没有这样的模块“EVReflection”的主要内容,如果未能解决你的问题,请参考以下文章