问题描述
工程主语言为 swift, 8.0 以上pod 1.0.0 pod 文件如下:install! 'cocoapods',:deterministic_uuids => false# Uncomment this line to define a global platform for your projectplatform :ios, '8.0'# Uncomment this line if you're using Swiftuse_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 endendtarget 'Bee' do# OCpod 'HyphenateSDK', :git => 'https://github.com/easemob/hyphenate-cocoapods.git'pod 'EaseUI', :git =>'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git'# debugpod 'Reveal-iOS-SDK', :configurations => ['Debug']end
解决方案
easeUI使用托文件夹的方式集成吧
时间: 2024-09-24 13:40:12