フレームワークを Xcode プロジェクトにインポートしようとしてlibjingle_peerconnection
いますが、何らかの理由で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