我刚刚更新了我的可可豆荚库,当我编译项目时,我收到错误。
Duplicate interface definition of class Parse
这是我的Podfile
platform :ios, '7.0'
use_frameworks!
target 'Alfred' do
pod 'Stripe'
pod 'SDWebImage', '~>3.7'
pod 'Parse'
pod 'ParseFacebookUtils'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'CMMapLauncher'
pod 'Fabric'
pod 'Crashlytics'
pod 'SinchVerification', '0.9-beta1'
pod 'TWMessageBarManager'
pod 'MaterialControls', '~> 1.0.2'
pod 'PubNub/Fabric'
end
有任何线索吗?
更新
这是每个库的版本
Using Bolts (1.7.0)
Using CMMapLauncher (1.1.0)
Using CocoaLumberjack (2.2.0)
Using Crashlytics (3.7.0)
Using FBSDKCoreKit (4.10.1)
Using FBSDKLoginKit (4.10.1)
Using Fabric (1.6.7)
Using Facebook-iOS-SDK (3.24.4)
Using MaterialControls (1.0.2)
Using Parse (1.13.0)
Using ParseFacebookUtils (1.10.0)
Using PubNub (4.3.0)
Using SDWebImage (3.7.5)
Using SinchVerification (0.9-beta1)
Using Stripe (6.2.0)
Using TWMessageBarManager (1.8.1)
答案 0 :(得分:0)
好的,我这样解决了:
用于objC 只需删除use_frameworks!或者注释#use_frameworks! 然后清理,构建和运行..