alamofire

项目需要的第三方插件

99封情书 提交于 2020-12-06 10:29:40
第三方插件 # Uncomment the next line to define a global platform for your project platform :ios, '10.0' target 'DYWX' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for DYWX pod 'Alamofire' # 4.x pod 'SnapKit' pod 'Kingfisher' pod 'Moya' pod 'Moya-SwiftyJSONMapper' pod 'IQKeyboardManagerSwift' pod 'ESPullToRefresh' pod 'ObjectMapper', '~> 3.3' # 轮播图 pod 'SBCycleScrollView','~> 0.0.8' pod 'RxSwift' pod 'RxCocoa' end @_exported import Alamofire @_exported import SwiftyJSON @_exported import KakaJSON 插件文档 Alamofire SnapKit Kingfisher Moya Moya

XCode 12: 'SessionDelegate' has different definitions in different modules

两盒软妹~` 提交于 2020-11-24 08:34:23
问题 Edit: This problem occurs after XCode 12 Beta5. Xcode doesn't allow different modules to define same names (Probably for public classes & protocols). Alamofire and Kingfisher appears to define SessionDelegate at the same time. I'm still trying to find a solution.. I'm implementing iOS 14 Widgets in our application. I have started working with XCode 12 Beta 2 and everthing was compiling fine. When I have updated XCode to XCode 12 Beta 6 , I faced with following error: 'SessionDelegate' has