使用 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