Closed deter3 closed 9 years ago
Did you keep the example project in the IOStickyHeader directory?
Other solution is to replace " pod "IOStickyHeader", :path => "../" " with " pod "IOStickyHeader" " in Podfile
keep me posted if it fixed your problem
My bad... :/ Podfile.lock could be in .gitignore You just need to remove Podfile.lock and run pod install.
run pod install in example folder ,
[!] Unable to satisfy the following requirements:
IOStickyHeader (from
../)
required byPodfile
IOStickyHeader (from
../)
required byPodfile
IOStickyHeader (= 0.1.0)
required byPodfile.lock
xcode 7.0.1 swift 2.0
can you fix it ?
P.S. btw , thanks for pointing out need to implement the custom flow layout , you saved me lots of time .