pod install也可以创建2. 3.文件

时间:2018-06-20 12:13:27

标签: git cocoapods

我有一个使用CocoaPods的iOS项目。我已将其称为pod install,并且看到未跟踪的文件已添加到项目中:2.,3。 始终是那些文件(即2.,3。)。请参阅附件

enter image description here

pod文件:

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!

# Pods for All

def general_pods
 pod "Branch", '~> 0.21.11'
 pod 'FBSDKCoreKit', '~> 4.28.0'
 pod 'FBSDKLoginKit', '~> 4.28.0'
 pod 'IGListKit', '~> 3.0'
 pod 'OpenTok', '2.12.0'

 pod 'Firebase/Storage'
 pod 'Firebase/Auth'
 pod 'Firebase/Database'
 pod 'Firebase/Messaging'

 pod 'JSQMessagesViewController'

end

target 'MyApp' do
 general_pods
end

您如何阻止它发生?

0 个答案:

没有答案