没有这样的模块'EVReflection'

时间:2017-04-03 04:02:04

标签: ios swift xcode cocoapods

XCode& iOS开发得到“没有这样的模块'EVReflection'”尝试导入和使用EVReflection。我已经插入并安装了pods。这是我的“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 个答案:

答案 0 :(得分:1)

安装Pod后,关闭xCode。然后使用以下命令行将其打开:

  

$ open App.xcworkspace

清理项目然后构建项目,它将按预期工作。最后,您可以访问它的属性