Bersaelor / KDTree

Swift implementation of a k-dimensional binary space partitioning tree.
MIT License
153 stars 26 forks source link

not able to validate kdtree using pod lib lint PGARkit.podspec --no-clean --verbose #45

Closed TheCodeTalker closed 5 years ago

TheCodeTalker commented 5 years ago

HI @Bersaelor i am trying to create a pod which having a dependency KDtree when i am doing validating cocoapod it showing error - using this pod lib lint PGARkit.podspec --no-clean --verbose with swift 4 as language in xcode and pod.spec file also. why its showing error in . pod lib lint not in xcode build both are compiling with swift 4.

screenshot 2019-01-04 at 4 17 19 pm
Bersaelor commented 5 years ago

Have you tried with a more recent cocoapods version? Cocoapods 1.4.0 is a little dated I think and might not work with newer Xcode/Swift versions. Updating cocoapods

TheCodeTalker commented 5 years ago

yes i am having 1.5.0 and i have solved it 👍 thanks