1、使用pod工具在项目里面添加CocoaDebug的SDK。
platform :ios, '11.0'
target 'ShopService' do
project 'ShopService'
use_frameworks!
pod 'CocoaDebug', :configurations => ['Debug']
end
微信扫一扫
platform :ios, '11.0'
target 'ShopService' do
project 'ShopService'
use_frameworks!
pod 'CocoaDebug', :configurations => ['Debug']
end
相关推荐