Open cipolleschi opened 3 years ago
@cipolleschi I will get this fixed ASAP.
Follow up, I have attempted to reproduce this bug on Xcode 13, standard SwiftUI project for iOS, targeting iOS 15 and building for iOS 15 simulator. And I am not able to reproduce the error you are talking about. @cipolleschi
Thanks for being that prompt. We are seeing the error in a project with a WatchOS app associated. I'll try to create a sample project and to attach it here as reference!
Hey, this is the example project with the error. Is an Empty WatchOS + iOS project in which I just added the PermissionSwiftUI Swift Package.
Let me know if I can help in any way! TestPermissionPackage.zip
A little bit busy for the past week, I will try to get to this today.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Will verify all WatchOS(also possibly other less attended to platforms like tvOS) PermissionsSwiftUI APIs, against newest iOS 17
Describe the bug I was building my project with iOS 15 and the library won't build. Starting from iOS 15,
UIApplication.shared.registerForRemoteNotifications()
cannot be used in extensions anymore and the error suggests to use aViewController
implementation instead.To Reproduce Steps to reproduce the behavior:
Expected behavior The framework should build
Smartphone (please complete the following information):