gpt4 book ai didi

ios - 使用 pod 时没有生成 xcworkspace

转载 作者:行者123 更新时间:2023-11-28 08:20:38 37 4
gpt4 key购买 nike

我使用 Swift 创建了一个新的 iOS 项目,并在该项目中创建了新的文件项目 --> Cocoa touch framework。然后我去了我的终端,并执行了以下命令:

pod init
open -a xcode podfile

我在我的 podfile 中写了以下内容:

 platform :ios, '9.0'
use_frameworks!
target 'Halgat' do
pod 'SwiftyJSON'
pod 'Alamofire'
pod 'AlamofireObjectMapper', '~> 4.0'
pod 'SCLAlertView'
end

但是没有创建 App.xcworkspace,我的问题是什么?出了什么问题?

这是我的文件夹的样子:

Xcode project navigator screenshot

我运行了 pod install 并且终端输出了以下内容:

Analyzing dependencies
Downloading dependencies
Installing Alamofire (4.2.0)
Installing AlamofireObjectMapper (4.0.1)
Installing ObjectMapper (2.2.2)
Installing SCLAlertView (0.7.0)
Installing SwiftyJSON (3.1.3)
Generating Pods project
Abort trap: 6

最佳答案

您必须使用以下命令更新您的 cocoapods:

gem update cocoapods

关于ios - 使用 pod 时没有生成 xcworkspace,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41400527/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com