git-shawn / QR-Pop

A clean, convenient, and privacy-first QR code generator for macOS, iOS, and watchOS built with SwiftUI.
https://www.fromshawn.dev/qrpop
MIT License
68 stars 7 forks source link

Project seems no longer compiles on Xcode Version 15.0 beta 2 (15A5161b) and iOS 17 Simulator. #9

Closed waelsaad closed 1 year ago

waelsaad commented 1 year ago

Hi, really nice project however just hoping we can fix it to compile on iOS 17 simulator. Thanks.

waelsaad commented 1 year ago

I had to remove the Connections package.

git-shawn commented 1 year ago

Hey @waelsaad thank you for the heads up. I've noticed that issue with the Connections package too and am going to submit a PR to fix it soon. There's a new CNContact.ID typealias in iOS 17 that is causing a conflict right now that shouldn't be too difficult to square away. Thanks again!

waelsaad commented 1 year ago

Thank you @git-shawn also I don't understand why on iOS 17 simulator its producing a the following list of warnings:-

https://github.com/git-shawn/SwiftUI-ScanKit/issues/1 I only just noticed both libraries were created by you Shawn :)

git-shawn commented 1 year ago

Merged with main in latest commit