Posts

Post not yet marked as solved
0 Replies
651 Views
I am using SharePlay and the Group Activities framework in my app and my usecase requires the number of participants, so I am trying to get it like this: _ = SharePlayManager.sharedInstance.groupSession?.$activeParticipants.sink(receiveValue: { participants in             print(participants.count)         }) But this always prints 0, am I doing something wrong? (groupSession is 100% not nil)
Posted
by AirPoader.
Last updated
.
Post not yet marked as solved
1 Replies
631 Views
Does anyone know how to solve signal SIGABRT , I’ve checked the outlets and connections and they’re all fine .I’m using Xcode 11 beta 5.
Posted
by AirPoader.
Last updated
.