0
向每個目標添加相同的窗格是多餘的。「Podfile」文件無效:未初始化的常量
def RedundantPod
pod "Pod"
end
target 'targetOne' do
RedundantPod
end
target 'targetTwo' do
RedundantPod
end
以下設置將引發錯誤類型:[ ! ] Invalid Podfile file: uninitialized constant
。這裏有什麼問題?
這是一個拼寫錯誤。即使我更改了雙引號,初始化的常量錯誤也會返回。在連接到git:'pod「Pod」,:git =>「url」,:branch =>「master」'之前允許引用。 – Eric
那麼,把整個podfile放在你的問題中,它會幫助我 –
你認爲這可能是命名嗎? – Eric