标题显示我收到以下错误:
显示最近的消息 ld:未找到框架KIF
错误:无法解析" / Users / [User] / Library / Developer / Xcode / DerivedData / [App] / Build / Products / Debug-iphoneos / [App] .app / PlugIns /的调试映射[AppTests] .xctest / [AppTests]":没有这样的文件或目录
奇怪的是,上述情况仅发生在真实设备上,并且仅在我测试应用时才会发生。
我使用swift 3& Xcode 8,这是我的Podfile
:
platform :ios, '10.0'
use_frameworks!
target 'App' do
pod 'Alamofire', '~> 4.4'
pod 'KeychainAccess'
pod 'Kingfisher', '~> 3.0'
pod 'ReactiveCocoa', '~> 6.0'
pod 'SwiftyBeaver'
pod 'SwiftyJSON'
target 'AppTests' do
inherit! :search_paths
pod 'KIF'
pod 'Nimble', '~> 7.0.1', :inhibit_warnings => true
pod 'OHHTTPStubs'
pod 'OHHTTPStubs/Swift'
end
target 'AppUITests' do
inherit! :search_paths
pod 'Nimble', '~> 7.0.1', :inhibit_warnings => true
pod 'OHHTTPStubs'
pod 'OHHTTPStubs/Swift'
end
end
答案 0 :(得分:0)
是的,我们也见过这个。解决方法是手动rsync
必要文件到.app文件夹。