我正在經歷很多'重新定義'和'有一個先前的聲明'錯誤最近更新我的Podfile。我有多個目標,我在他們之間共享幾個豆莢。我以前使用0.XX,最近更新到1.2,並一直試圖跟上Podfile的標準。 我從什麼是最近更新我的Podfile:
# Uncomment this line to define a global platform for your project
plat
我剛將一個私人吊艙推到my.domain.com:apps/MyPrivatePod.git。我想在我的項目中使用這個專用吊艙和其他公共吊艙 platform :ios, '8.0'
target 'Testing' do
pod 'AFNetworking', '2.6.0 ' // This is supposed to be a public Pod
pod 'MyP
我安裝的CocoaPods使用RestKit並顯示如下 Analyzing dependencies
Downloading dependencies
Using ISO8601DateFormatterValueTransformer (0.6.1)
Using RKValueTransformers (1.1.3)
Using RestKit (0.27.0)
Using SOCKi