You can also change the time in your code. You change your specific date to your current date.
Post
Replies
Boosts
Views
Activity
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())
}
}
I have the same issue...
always I get the error print
I have already try it out, but it don’t work
Same issue
Have you already tried reconnecting your AirPods, i.e. ignoring them in the settings and then setting them up completely again?