我遇到了與帖子YouTube-Player-iOS-Helper can't use YTPlayerView class中相同的問題。 但是,當我在後面的回答中發現https://stackoverflow.com/a/30719229在橋接頭文件中導入「YTPlayerView.h」時,Xcode表示找不到「YTPlayerView.h」文件。在Swift中使用YouTube-Player-iOS-Helper時找不到「YTPlayerView.h」文件
Podfile我用來安裝 「的YouTube播放器,IOS的助手」:
project 'YTSwift.xcodeproj'
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'YTSwift' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for YTSwift
pod "youtube-ios-player-helper"
end
target 'YTSwiftTests' do
inherit! :search_paths
# Pods for testing
end
target 'YTSwiftUITests' do
inherit! :search_paths
# Pods for testing
end
我的 「橋接-Header.h」:
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "YTPlayerView.h"
請告知如何解決這個問題, 謝謝! 如果有任何必要的文件內容供您參考,請讓我知道。 謝謝!
嘗試先用莢建設,然後嘗試導入。 – Dershowitz123
@ Dershowitz123感謝您的回覆。 「建立與pod」意味着切換方案像這樣[鏈接](http://imgur.com/NS2CywI),然後建立? –
不可以切換任何方案。一旦安裝了pod並打開.xcworkspace,只需點擊命令+ B即可。然後嘗試。有時吊艙不會與您的項目相關聯。構建該項目將把它中的所有內容鏈接到**。 – Dershowitz123