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) required podfile

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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -