我正在使用iOS-9.2.1,Xcode-7.2.1: 按照Google的「iOS的Drive API」的分步示例(顯示爲here .. .swift) - 我在完成所有步驟後不斷收到以下錯誤:iOS上的Google Drive API代碼簽名錯誤
CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 9.2'
XCode-Simulator正常工作。但是,只有在試圖讓它在物理iPhone上運行時纔會出現上述錯誤。
獲取在iOS和實際iPhone上運行的Google-Drive API的確切步驟是什麼 - 不只是在模擬器上?