Have you already tried reconnecting your AirPods, i.e. ignoring them in the settings and then setting them up completely again?
Post
Replies
Boosts
Views
Activity
Same issue
I have already try it out, but it don’t work
always I get the error print
I have the same issue...
struct TestView: View {
var currentDate: Date
var body: some View {
Text("Its \(currentDate)")
}
}
struct TestView_Previews: PreviewProvider {
static var previews: some View {
TestView(currentDate: Date())
}
}
You can also change the time in your code. You change your specific date to your current date.