2016-04-08 15 views
2

kullanarak bulundu ve XCode 7.3 file notAWSCognitoIdentityService.m FABKitProtocol.h bu ben <code>CocoaPods 1.0.0.beta.6</code> kullanıyorum bir XCode hata, CocoaPods böcek, AWS iOS SDK hata veya kullanıcı hata</p> <p>olup olmadığından emin değilim Cocoapods ve Xcode

Podfile ben

target 'ios-consumer-app' do 
    pod 'AWSCore' 
    pod 'AWSCognito' 
    pod 'AWSKinesis' 
    pod 'AWSS3' 
    pod 'AWSMobileAnalytics' 
    pod 'AWSAPIGateway' 
    pod 'Alamofire' 
... 

//Podfile.lock for versions 
    - AWSCognito (2.3.6): 
    - AWSCore (= 2.3.6) 
    - AWSCore (2.3.6) 

dahil ama var ben aşağıdaki hatayı alıyorum oluşturmaya çalıştığınızda FABKitProtocol.h file not found

Ama dosya FABKitProtocol.h file exists

cevap

4

Sorun, cocoapod'ların beta sürümünü kullanıyordu. 0.39.0 için cocoapods geri döndükten sonra ben github aynı soruyu soran AWS 2.3.6

İlgili konular