【发布时间】:2015-06-27 15:58:37
【问题描述】:
目前在安装了 Xcode 7 的 OS X 10.11 Beta 2 上运行,但现在尝试使用 Swift 2.0 REPL,我目前遇到以下问题:
Welcome to Apple Swift version 2.0 (700.0.42.1 700.0.53). Type :help for assistance.
1> "100".toInt()
Error in auto-import:
failed to get module 'Swift' from AST context
1>
我需要使用特定的设置或包来使其正常工作吗?
【问题讨论】:
标签: xcode swift read-eval-print-loop