-
Notifications
You must be signed in to change notification settings - Fork 62
Can not compile in Xcode 11 beta 5 and Swift 5 #41
Comments
I currently don’t have a branch up for the latest beta. I’ll look into doing it shortly Sent with GitHawk |
I'm not seeing this error in Xcode11b5. Downloading b6 right now. Can you send me a sample project that is throwing an error? |
Sorry for not providing more details in the first report of the issue. When using Zephyr via Cocoapods on Xcode Beta 6 I can compile without any errors now. The compilation error is still present when using Xephyr via Swift Package Manager. I attached a sample project that shows the error: |
This seems to be a bug in Xcode 11. I've confirmed it by trying to put the existing notification I'm using, and the one that the compiler recommends, and another one, since the compiler recommends the wrong fix. Thanks for bringing it up to my attention, but this is a bug. It might actually be worth posting to https://feedbackassistant.apple.com/ |
I understand. Thank you for looking into it! 😊 |
Thanks for bringing it up! Sent with GitHawk |
The compiler complains that this notification key got renamed:
Zephyr/Sources/Zephyr.swift
Line 73 in ced975f
Using Zephyr 3.4.1
The text was updated successfully, but these errors were encountered: