ios - Many errors in project with Cocoapods -


i trying use cocoapods install libraries written in swift: fusuma, tlphotopicker, dkimagepickercontroller

but every time ~300+ errors. first, thought, libraries not supporting swift 3, in github repositories there no issues , wiki said should fine. 2 many of them not working, definitely, problem on side. can wrong? in build settings using swift 3 complier , date.

enter image description here

enter image description here

updates

i tried clean , rebuild project, didn't help.

i using xcworkspace.

in comments there suggestion update swift 3 -> swift 3.2, don't understand how it...? got 2 options: swift 3 , unspecified.

enter image description here

two of them not working because using double quotation marks instead of single quotation marks:

pod 'tlphotopicker' 

have @ link see if solves other problem: xcode 8 beta 3: expected ',' joining parts of multi-clause condition

i hope helps. jl


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -