BalestraPatrick/WhatsNew

Can you please update for Swift 4.2???

sdevo619 opened this issue · 6 comments

Seeing this error message as of Xcode 10 and Swift 4.2. Can you please update as soon as possible? Thank you very much!!!!

screen shot 2018-10-02 at 1 11 19 pm

Are you using the right version? I've pushed an update for Swift 4.2 and Xcode 10 about 2 weeks ago. please run pod update or whatever dependency manager you're using and let me know.

Yes, I am pulling it down using Cocoa Pods, and have already updated all my pods today.

pod 'WhatsNew'

Can you please run pod repo update and try again with a pod update? If that doesn't work, try specifying the version manually and see what it says.

Version is WhatsNew (0.4.4). Still having the same issue. Your code needs to be updated according to this.

screen shot 2018-10-02 at 1 48 28 pm

Running my project in Xcode 10 and Swift 4.2 doesn't show that issue. Can you please try to download and run the example project in this repo and let me know if you can reproduce it?

Sorry for wasting your time on this, and thank you very much for the super fast response!!! I figured out what the issue was. I had not updated the main project file code using the builtin tool of this particular project, and once I did, the error I was seeing went away. This has been a particularly rocky transition, as Apple broke a lot when they release Xcode 10, so again, sorry about that. Keep up the great work!!! Thank you!!!