xcode 7 でプレイグラウンドを使用してコードをテストしようとしていますが、何らかの理由で実行されません。
これは私が得ているエラーです
Playground の実行に失敗しました: /var/folders/q6/zswv_4wj16zbckfbdtl9lmyh0000gp/T/./lldb/11352/playground14.swift:1:8: エラー: モジュール ファイルの最小展開ターゲットは ios9.0 v9.0: /var/folders/q6 /zswv_4wj16zbckfbdtl9lmyh0000gp/T/com.apple.dt.Xcode.pg/auxiliarymodules/C2294E15-2E60-47B3-8A0B-DABB2C0C3D88/MyPlayground_Sources.framework/Modules/MyPlayground_Sources.swiftmodule/x86_Source64.swiftmodules インポート MyPlayground_
これは私が実行しようとしている非常に単純なコードです。
class testClass{
var property = "some property"
}
var test = testClass()
test.property
モジュール ファイルの最小展開ターゲットが ios9.0 とはどういう意味ですか?