ld: library not found for -lPods
缺少了Tests,UITests的podfile里面的target
老項目拿來用會出現這一錯誤
target ‘Your Project Name + Tests’ do
inherit! :search_paths
end
添加后,pod install一下就解決啦
ld: library not found for -lPods
缺少了Tests,UITests的podfile里面的target
老項目拿來用會出現這一錯誤
target ‘Your Project Name + Tests’ do
inherit! :search_paths
end
添加后,pod install一下就解決啦