Cannot find 'BGTaskScheduler' in scope

2.7k Views Asked by At

Anyone knows how to fix this error in ios swift Cannot find 'BGTaskScheduler' in scope i am trying to run background task where i am using BGTaskScheduler

1

There are 1 best solutions below

2
On

You need to import this

import BackgroundTasks