簡體   English   中英

有沒有辦法將 Google Sheets API 與 Swift 結合使用來構建 macOS Cocoa 應用程序?

[英]Is there a way to use the Google Sheets API with Swift to build macOS Cocoa apps?

我正在按照指南進行操作,但是當我執行pod install時出現此錯誤:

The platform of the target `ProjectName` (macOS 10.14) is not compatible with `GoogleSignIn (4.1.2)`, which does not support `osx`.

你知道那里是否有一個庫也支持 macOS 應用程序嗎?

pod 不支持 x86。 對於 mac,你應該使用 GTMAppAuth。

鏈接: https ://github.com/google/GTMAppAuth

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM