ios - XCode doesn't recognize variable ProfileHandler with pods -
guys,
i have pod file not old project
# uncomment next line define global platform project # platform :ios, '9.0' target 'myapp' # comment next line if you're not using swift , don't want use dynamic frameworks use_frameworks! # pods myapp pod 'alamofire', '~> 4.0' pod 'swiftyjson' pod 'keychainswift', '~> 7.0' pod 'keychainswift', '~> 7.0' pod 'facebookcore' pod 'facebooklogin' pod 'facebookshare' pod 'fabric' pod 'crashlytics' pod 'rskimagecropper' pod 'koloda', :git => 'https://github.com/yalantis/koloda.git', :branch => 'swift-3' pod 'mbautogrowingtextview' pod 'ccbottomrefreshcontrol' pod 'sdavassetexportsession', :git => 'https://github.com/rs/sdavassetexportsession.git' pod 'firebase/core' pod 'iqkeyboardmanagerswift' target 'myapptests' inherit! :search_paths end target 'myappuitests' inherit! :search_paths # pods testing end end
and when run
pod install
xcode doesn't recognize profilehandle variable. think profilehandle older version of pods.
anyone of know how solve it?
thanks in advance!
Comments
Post a Comment