美文网首页
更新Xcode10

更新Xcode10

作者: 艾希_可可 | 来源:发表于2018-11-01 15:50 被阅读21次
    1、 2F157A27D7F9557EAC938C29181CED09.png

    2、添加这个库
    3、把cocopod重新install一下

    platform :ios, ‘8.0’
    target :ModaiTreasure do
    pod 'MBProgressHUD', '~> 1.0.0'
    pod 'AFNetworking', '~>3.1.0'
    pod 'JSONModel'
    pod 'MJRefresh', '~>3.1.12'
    pod 'SDWebImage', '~>4.0.0-beta'
    pod 'UITableView+FDTemplateLayoutCell', '~> 1.6'
    pod 'SDCycleScrollView', '~> 1.73'
    pod 'WebViewJavascriptBridge', '~> 5.0'
    end

    如果还是不能编译看这个链接
    https://www.jianshu.com/p/8a8444acdca5

    source 'https://github.com/CocoaPods/Specs.git'

    source 'http://172.16.0.245:2345/Apple_SDK/iOS_Specs.git'#强制更新SDK

    source 'git@172.16.0.245:Finance_SDK/iOS_Loan_Spec.git'#风控SDK

    platform :ios, '9.0'
    use_frameworks!
    inhibit_all_warnings!
    xcodeproj 'Loan.xcodeproj'
    abstract_target 'Loans' do
    pod 'Bugly', '2.4.8'
    pod 'MJRefresh', '3.1.12'
    pod 'Reachability', '3.2'

    tabbar样式

    pod 'ESTabBarController-swift'
    pod 'IQKeyboardManagerSwift'
    pod 'SDCycleScrollView','1.73'
    
    pod 'Alamofire'
    pod 'ObjectMapper'
    pod 'SnapKit'
    pod 'SVProgressHUD'
    pod 'Kingfisher'
    pod 'RxSwift'
    pod 'RxCocoa'
    # 分页
    pod 'DNSPageView'
    target 'Loan'
    

    end

    相关文章

      网友评论

          本文标题:更新Xcode10

          本文链接:https://www.haomeiwen.com/subject/fmexxqtx.html