我正在尝试将libjingle_peerconnection
框架导入我的 Xcode 项目,但由于某种原因,我无法import RTCICEServer
在 Swift 源文件中导入 Objective-C 标头。我试图使用头文件等。我做错了什么?
# 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!
target 'VideoRTCTest' do
pod "libjingle_peerconnection"
end
target 'VideoRTCTestTests' do
end
target 'VideoRTCTestUITests' do
end