I can't run my playground anymore in Xcode7. I have a workspace, with a few projects (apps, frameworks). The playground imports a few of the frameworks. This was working in Xcode6, but now I get errors like the following:
Playground execution failed: Untitled Page.xcplaygroundpage:3:8: error: module file's minimum deployment target is ios8.3 v8.3: [DerivedData]/[MyWorkspace...]/Build/Products/Debug-iphonesimulator/MyFramework.framework/Modules/MyFramework.swiftmodule/x86_64.swiftmodule import MyFramework
I don't see any way to control the minimum deployment target on the playground, to make it match. Any ideas?
Rob