为什么安装cocoapod会在xcode中创建丢失的文件?

时间:2015-12-23 09:18:47

标签: xcode cocoapods xcode7

我在我的机器上安装了cocoapods。

我在项目中添加了一个podfile,然后运行pod install

xcode拾取的结果文件结构似乎在Frameworks和Products中包含许多丢失的文件。 enter image description here

这是预期的行为吗?我删除了pod文件和目录,然后使用pod install重新创建它们。结果相同。我开始了一个新项目并做了同样的事情。结果相同。

如果这是预期的行为,我在这看什么?为什么丢失文件? (如果这确实是红色文件的意思)。

我还不知道“产品”或“.framework”文件的用途。

我的podfile如下所示:

# Uncomment this line to define a global platform for your project
platform :ios, '9.1'
# Uncomment this line if you're using Swift
 use_frameworks!

target 'Hospital Demo' do
    pod 'HLSpriteKit'
end

(除了:它不会导致我的构建错误,到目前为止应用程序运行良好。不知道它是否有任何区别,但我正在使用swift。)

0 个答案:

没有答案