Open realrider opened 4 years ago
I face the same issue...
I am also facing the same issue. Any solution for this?
While at it, can we change the podspec just to depend on AFNetworking/NSURLSession subspec and drop the UIKit+AFNetworking dependency: sp.dependency 'AFNetworking/NSURLSession', '4.0.0'
@abra-code did it work? Has anyone solved this? @niketaabnave @accidbright @realrider
@hoya21 I updated my podfile as
pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'
@hoya21 I updated my podfile as
pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'
Thanks @niketaabnave
I was under the impression that AFNetworking 4 wasn't backwards compatible requiring a major rewrite (a major reason I haven't taken a look). Are you saying that the version update is working for you?
@hoya21 I updated my podfile as
pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'
is this working? , please help in updating AFNetworking as it not compiling in xcode 15
@hoya21 I updated my podfile as
pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'
Thanks @niketaabnave
Hi @hoya21 , is it working for you?
is it working??? please let us know. @niketaabnave @hoya21 @joeldart
AFNetworking 4.0.0 required. New iOS Apps getting rejected due to UIWebview
Issue : New iOS apps submitted to apple got rejected due to the usage of UIWebView in pod AFNetworking --> File UIWebView+AFNetworking
AFNetworking pod version 4.0.0 had addressed this issue. Migrated from UIWebView to WKWebView.