swift - FB SDK Stuck on 3.24 with CocoaPods -
heyo,
i've been happily using cocoapods xcode while now, realized rather annoying problem.
my facebook sdk isn't getting updated pas v3.24!
my podfile date,
source 'https://github.com/cocoapods/specs.git' platform :ios, '9.0' pod 'googlemaps' pod 'parse' pod 'parseui' pod 'parsecrashreporting' pod 'parsefacebookutils' pod 'fbsdkcorekit' pod 'fbsdkloginkit'"
but whenever update it's same,
analyzing dependencies downloading dependencies using bolts (1.3.0) using fbsdkcorekit (4.6.0) using fbsdkloginkit (4.6.0) using facebook-ios-sdk (3.24.0) using fontawesome.swift (0.5.0) using googlemaps (1.10.3) using parse (1.8.5) using parsecrashreporting (1.8.5) using parsefacebookutils (1.8.5) using parseui (1.1.6) generating pods project integrating client project sending stats
i thinking causing problems attempted integration swift 2.0 on xcode7.
any ideas?
thanks!!!
the source of facebook-ios-sdk here. newest version of parsefacebookutils stuck @ 1.8.5 in cocoapods specs repo. so, version downloaded 3.24.0.
also facebook-ios-sdk on cocoapods stuck @ 4.1.0 though this shows 4.6.0 has been released. cocoapods spec repo lags behind recent changes (as can see 4.6.0 released 20 days before today).
the workaround fork specs repo on github , update tag numbers. can point podfile fork on github (check first line of podfile)
Comments
Post a Comment