Posts

Post not yet marked as solved
3 Replies
0 Views
Ah, I'm being an ***** - I needed to set my dev team in the Signings & Capabilities section - these stubs aren't in the Simulator version, as per the release notes 🤦‍♂️😏
Post not yet marked as solved
2 Replies
0 Views
I guess it's tied up with the recent general availability of Xcode Cloud?
Post not yet marked as solved
6 Replies
0 Views
Apple seem to be doing this a lot these days - releasing a new iOS version without a compatible Xcode. Seems like it's best to wait until I see a new version of Xcode before I update any devices. Pfft.
Post not yet marked as solved
1 Replies
0 Views
Did you ever get anywhere with this one? Same problem's bugging me now, too :-)
Post marked as solved
1 Replies
0 Views
Heh, turns out that we need to run the Contents-side 'while' as a separate thread:let queue = DispatchQueue(label: "whatever", attributes: .concurrent)queue.async { while true { : }}Oh well. Pays the mortgage, I suppose.
Post not yet marked as solved
1 Replies
0 Views
It doesn't look like there's any official documentation for the new PlaygroundBluetooth API yet - the best I've found so far is this year's WWDC "What's New In Swift Playgrounds" talk:https://developer.apple.com/videos/play/wwdc2017/408/Also see last year's talk, which is an introduction to the subject.
Post not yet marked as solved
1 Replies
0 Views
Any luck with this one? I'm up against the same problem now 😟
Post not yet marked as solved
2 Replies
0 Views
Any luck with this one? I'm trying to debug some bluetooth stuff using the iPad playgrounds app and it's driving me crazy... like stumbling around in the dark, grrrr...