Closed JLApp2 closed 5 years ago
Could you please show me your code?
I have tried in other versions of simulators.
My Xcode Version is: 10.1 (10B61) and Swift version is: 4.2.1.
The issue resolved by updating to Swift 4.2. I Write in pod.file: pod 'RSBarcodes_Swift', '~> 4.2'
Sounds good.
@JLApp2 This should be using the latest Swift changes:
UIApplication.willEnterForegroundNotification
and
UIApplication.didEnterBackgroundNotification
were renamed to
NSNotification.Name.UIApplicationWillEnterForeground
and NSNotification.Name.UIApplicationDidEnterBackground
Hi there, I have the following issues: Type 'UIApplication' has no member 'NSNotification'. Any help would greatly appreciated. Najib