注册

pod 引入 easeui hyphenate 编译报错

工程主语言为 swift, 8.0 以上
pod 1.0.0
 
pod 文件如下:
install! 'cocoapods',

:deterministic_uuids => false

# Uncomment this line to define a global platform for your project

platform :ios, '8.0'

# Uncomment this line if you're using Swift

use_frameworks!


post_install do |installer|

    installer.pods_project.targets.each do |target|

        target.build_configurations.each do |config|

            config.build_settings['ENABLE_BITCODE'] = 'NO'

        end

    end

end


target 'Bee' do


# OC

pod 'HyphenateSDK', :git => 'https://github.com/easemob/hyphenate-cocoapods.git'

pod 'EaseUI', :git =>'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git'


# debug

pod 'Reveal-iOS-SDK', :configurations => ['Debug']


end
 
 
 
已邀请:
easeUI使用托文件夹的方式集成吧

要回复问题请先登录注册