Reputation: 14310
If I want to open a playground downloaded from the internet, I get asked if I want to open that playground. I say yes, but it keeps asking each time I get back to it.
The problem occurs with this NSHipster playground.
No other steps required.
Xcode version is 6.3.2 (6D2105)
Any way to fix this?
To clarify: I have "Anywhere" checked in my security settings.
I also tried doing a chown
and chmod
, but doesn't help.
Upvotes: 2
Views: 251
Reputation: 327
I got the same issue with xcode 6.3.2. I got the issue when I downloaded it via ibook link. Once I downloaded it via we, it worked. https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-ID1
My previous version was playground version='1.0' and the new one also same. But it includes lots of new libraries.
Upvotes: 0
Reputation: 27275
It could be related to your security settings:
Check if you have anywhere checked.
Upvotes: 1