Today I update my Xcode to latest Xcode and my project won't compile anymore. If I use
pod "Material" , "2.9.1"
I get following compilations issues.

However if I use latest version available like this
pod "Material"
this installs the latest 2.12.13 version but then I get this compilation issue.

It was all fine until Xcode 8 , swift 3.0 and Material version 2.9.1
Can you please help ?
change swift version to 4 in build setting for target Material in Pods project
Thank you @yasirmturk, that is the correct answer :)
Please don't close.
It would still won't import the library for me.

Check I have update the pod settings to swift 4.0. The project it self is set to swift 4.0 and I am using latest Xcode and coco pods. I tried removing all pods and reinstalling still no luck.
Please try changing the Pods project settings, not Materials alone.
Still no luck :(

Every single thing is now set at swift 4.0.
Can you email me your project? [email protected]
Pull from here: https://github.com/ijameelkhan/mlmjungle_ios.git. You have access.
I will check shortly. I am not near my computer now.
I have the same error with the samples. Trying the tabbar controller sample, but it shows the same error in Pods=>Material=>Core=>PageTabBarController.swift line 225,
and says the overidden declaration is here in ...Core=>RootController.swift line 154
I will be back to investigating issues in the morning. I was on a vacation during the past few days :) Thank you!
@varijkapil13 PageTabBarController has been long replaced and it was removed in version "2.8.0" and before that the project was definitely not in swift 4
@yasirmturk thank you for pointing it out. By default the samples download version "2.0". Anyways I updated Material to "2.8.1" but still have problem. The project wont build due to "Declarations from extensions cannot be overridden yet".
now it is in Pods=>Material=>Core=>Card.swift

@varijkapil13 if u want to compile for swift 4 then download version "2.10.3" or above.. for latest master repo in @CosmicMind/Samples, which uses version "2.12.13":

thanks. pods version 2.12.13 did the trick. I already performed all the steps as you mentioned with the samples during my first install, but it installs version 2.0 with that script. Anyways, I updated the podfile and installed Material again, and it works fine now. Thanks :)
Amazing! Thank you!
@danieldahan - Bro this really doesn't solve my problem. I am having everything latest and my imports won't work for this library. I am having a total different issue then @varijkapil13 .
Any update here please ?
Can u send ur project?
On Tue, 7 Nov 2017 at 3:52 PM ijameelkhan notifications@github.com wrote:
Any update here please ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/CosmicMind/Material/issues/954#issuecomment-342446319,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AASuA3lklDCazSK4rG5gELMeXnPlOZ7eks5s0DZ9gaJpZM4QQX5C
.>
Yasir M Turk
http://yasirmturk.com | Meet Me
http://www.vcita.com/v/765f51a0a74fd4aa/online_scheduling | Web Hosting
http://apnisite.net/ | Technowledge http://technowledge.pk/ | Mad Joint
http://madjoint.com/ | Youth Plugged http://www.youthplugged.com/
download from here: https://github.com/ijameelkhan/mlmjungle_ios.git I gave you access
got it
pushed.. it is compiling now .. TabBarController is now TabsController in later versions on Material

Ok worked thank you :)
@yasirmturk thank you for your help, and @ijameelkhan happy all is working for you now :)
Most helpful comment
@varijkapil13 if u want to compile for swift 4 then download version "2.10.3" or above.. for latest master repo in @CosmicMind/Samples, which uses version "2.12.13":