ENSwiftSideMenu
ENSwiftSideMenu copied to clipboard
Latest version not working under 3.0.1 Swift
STEPS DL Latest build (10/26).
Click Example.
- Dialog box opens, immediately tries to convert to 3.x
- Run the convert, end up with errors attached.
It seems if the current version is not compatible with 3.0.
- Unless I'm doing something wrong here. Is there another build I'm not seeing? OR there is a default setting in my version of Xcode that mangles the install.
you can autoconvert version from pod 0.1.1 to get it run. Pod needs to be updated to get an swift 3 compatible version when doing a pod install.
+1
+1
Try this.
pod 'ENSwiftSideMenu', :git => 'https://github.com/evnaz/ENSwiftSideMenu.git', :branch => 'master'