XCGLogger version 4.0.0 and CocoaPods error -
i trying use cocoapods acquire xcglogger swift 3. have tried specifying version 4.0.0 , 4.0.0-beta.3 in pod file. when run pod update or pod install following error:
analyzing dependencies [!] unable satisfy following requirements:
xcglogger (~> 4.0.0-beta.3)
requiredpodfile
you can add podfile
:
pod 'xcglogger', :git => 'git@github.com:davewoodcom/xcglogger.git', :branch => 'swift_3.0'
specifying branch mean you'll updates push them, beta 4 etc.
Comments
Post a Comment