美文网首页
ios _ OC项目集成Charts

ios _ OC项目集成Charts

作者: duan小焕 | 来源:发表于2018-07-03 17:49 被阅读0次

    1.使用cocoapods集成 ,pod 'Charts'  pod 'ChartsRealm' 两个库


    cocoapods集成chartes

    target 'TodayCool' do

    # Uncomment the next line if you're using Swift or would like to use dynamic frameworks

    use_frameworks!

    pod 'Charts'

    pod 'ChartsRealm'

    end

    注意:use_frameworks!前没有#

    缺少第二个库 出现 两个错误 :clang importer creation failed的错误

    2.创建swift 桥接文件

    1

    switf文件名字不重要

    2 3

    自动生成桥接文件的名字,在里面@import Charts;

    4

    3.

    相关文章

      网友评论

          本文标题:ios _ OC项目集成Charts

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