Material: xcode 8 issue

Created on 27 Jul 2016  路  7Comments  路  Source: CosmicMind/Material

Hi,

I tried to use it on swift 2.3. But convert gives lot of errors. Is there any guide to use xcode 8 and swift 2.3?

Thanks

help wanted

Most helpful comment

pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'

All 7 comments

What steps did u follow? @gtulga

  • Clone the repo
  • git checkout development
    and try

I'm using cocoapods

I used development branch and build success. How to implement it to my own project? Do I need cocoapods?

for swift 2.3 or 3 u will need to use development branch of the pod
pod 'Material', , :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'
though this branch is still in development

Thanks, problem solved

pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'

Right apologies for that 馃槄

Was this page helpful?
0 / 5 - 0 ratings