使用 CocoaPods 進行 pod install 遇到以下Bug。之前改過包名误算。
[!] Unable to find a target named “” in project “”, did find “”.
解決:
打開podfile ,修改projectName
target 'projectName' do
# Comment the next line if you don't want to use dynamic frameworks
end
使用 CocoaPods 進行 pod install 遇到以下Bug。之前改過包名误算。
[!] Unable to find a target named “” in project “”, did find “”.
解決:
打開podfile ,修改projectName
target 'projectName' do
# Comment the next line if you don't want to use dynamic frameworks
end