带有迦太基的SwiftDropbox设置

问题描述 投票:1回答:1

我正在按照以下步骤使用迦太基安装SwiftyDropbox。我的购物车文件是:

# SwiftyDropbox
github "https://github.com/dropbox/SwiftyDropbox" ~> 5.1.0

当我运行“迦太基更新-平台iOS”时,我得到:

third_party (master) $ carthage update --platform iOS
*** Fetching SwiftyDropbox
*** Fetching Alamofire
*** Checking out Alamofire at "4.9.1"
*** Checking out SwiftyDropbox at "5.1.0"
*** xcodebuild output can be found in /var/folders/gk/1sxbjcg969d6k1lc945cvz2m0000gn/T/carthage-xcodebuild.jD6xnh.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
Failed to write to /.../third_party/Carthage/Build/iOS/Alamofire.framework: Error Domain=NSCocoaErrorDomain Code=260 "The file “Alamofire.framework” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///.../third_party/Carthage/Checkouts/Alamofire/build/ArchiveIntermediates/Alamofire%20iOS/BuildProductsPath/Release-iphoneos/Alamofire.framework, NSFilePath=/.../third_party/Carthage/Checkouts/Alamofire/build/ArchiveIntermediates/Alamofire iOS/BuildProductsPath/Release-iphoneos/Alamofire.framework, NSUnderlyingError=0x7f92c9407d60 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

我看到路径有所不同,其中UserInfo路径具有转义字符:Alamofire%20iOS,而NSFilePath没有(Alamofire iOS)。我正在使用macOS 10.15.2,Xcode 11.3,迦太基0.34.0。为什么转义字符在那里,我该如何解决?

swift dropbox-api carthage swiftydropbox
1个回答
0
投票

我有相同的问题。解决了吗?

© www.soinside.com 2019 - 2024. All rights reserved.