Posts

Post not yet marked as solved
14 Replies
Same situation here... Apple: where is XCode Simulator 16.5.1?
Post not yet marked as solved
5 Replies
Same thing happened here... no sound, running on iOS14 on my iPhone 11. Then, I realized that the Ring/Silent Switch Button on my phone was turned to OFF. Turning it on fixed the problem. Could this be it? It is worth trying. This still seems a bit wrong... so you have to set the ringer on in order to hear tts? What if I want to keep the ringer off?
Post not yet marked as solved
27 Replies
Yes, we need Apple to fix this annoying issue in Swift 3.0. In the meantime, I am using this that seems to work in iOS14.4 and XC 12.4: VStack { ScrollView { ForEach() } } Yes, that is right, the ScrollView inside the VStack, also works with LazyVStack, which seems just the opposite than you would think. The use case here is that the VStack has a small frame and not having the ScrollView and a large number of items will override the frame and cause the VStack to grow beyond the frame, which seems very wrong... another battle for another day. Hope this helps your frustrations. Cheers, and get ready for "one last thing"... Felipe
Post not yet marked as solved
1 Replies
nickygupta02 any success here? Need to do exactly this.
Post not yet marked as solved
1 Replies
Any luck with this? I need to communicate with a BR/EDR device via SPP. Any comments or suggestions are appreciated.
Post not yet marked as solved
2 Replies
ok, so it turns out that this error is due to the fact that I am trying to communicate with a BR/EDR device aka Bluetooth Classic which is not supported in iOS 12, ... maybe in iOS 13?