【发布时间】:2023-01-18 16:45:13
【问题描述】:
我下载了 github amplify.swift,按照安装说明创建了 Podfile, 但 Cocoapods“pod install”出现错误。
Podfile 是:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'AdewoleFarmApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for AdewoleFarmApp
pod 'Amplify'
pod 'AmplifyPlugins/AWSCognitoAuthPlugin'
pod 'AWSPredictionsPlugin'
pod 'CoreMLPredictionsPlugin'
end
【问题讨论】:
标签: swift xcode swiftui cocoapods aws-sdk