1、使用pod工具在项目里面添加CocoaDebug的SDK。
platform :ios, '11.0'
target 'ShopService' do
project 'ShopService'
use_frameworks!
pod 'CocoaDebug', :configurations => ['Debug']
end
Flink常见异常&解决办法
阅读 16
2024-01-16
platform :ios, '11.0'
target 'ShopService' do
project 'ShopService'
use_frameworks!
pod 'CocoaDebug', :configurations => ['Debug']
end
相关推荐
精彩评论(0)