PhilippeBoisney / AlertOnboarding

A simple and attractive AlertView to onboard your users in your amazing world.
MIT License
842 stars 109 forks source link

Swift Legacy Problems #17

Closed rlam3 closed 7 years ago

rlam3 commented 7 years ago

Getting the following error. Was wondering if this happens to anybody else too when using xcode 8 and swift 3.

Is there something that needs to be changed inside of cocoapod file to prevent this from happening? Thanks!

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
rlam3 commented 7 years ago

Also another problem is... Xcode is confused when I do import AlertOnboarding and AlertOnboarding when creating the class object. Is there a way to resolve this? Thanks!