标签: ios swift xcode
Apple似乎改变了这一行:
swift build -X
这不再适用于创建here
Doest任何人都知道更新的方式,因为我无法在线找到它 谢谢
答案 0 :(得分:6)
现在你应该使用Swift Package Manager。
创建项目结构:
swift package init --type executable
或
swift package init --type library
使项目与Xcode兼容:
swift package generate-xcodeproj