我正在用Swift开发iOs应用程序,并且是应用程序开发方面的新手。我使用外部库来处理日期。与CocoaPods一起安装,并在项目中正确导入。
let now = NSDate()
let nowInFrench = now.inRegion(localeID: "fr_FR").toString()
我理解这是因为参数没有正确地格式化,但是这
SPMDTests' (project 'SPMD') has copy command from 'xxx/DerivedData/xxx/Build/Products/Debug-iphonesimulator/SwiftDate_SwiftDate.bundle' to 'xxx/DerivedData/xxx/Build/Products/Debug-iphonesimulator&