pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Swift Compiler Error in Swift 5 #89

Closed iamchenchen closed 5 years ago

iamchenchen commented 5 years ago

I'm using XCode Version 10.2.1 (10E1001) with Swift 5 Using Cocoapod with PMAlertController (4.0.0)

Screen Shot 2019-06-18 at 6 15 02 PM
pmusolino commented 5 years ago

This is really strange. Are you sure that you installed the right version? Try to call pod repo update before pod install or pod update and let me know.

iamchenchen commented 5 years ago

looks like it could be a compiler issue, I updated to Catalina beta 2 and restarted, everything looks fine now. Thanks!