Reputation: 1338
I am tryin to lint my pod spec and getting the following error.
[!] An unexpected version directory 'ios' was encountered for the 'Classes' Pod in the 'Classes' repository.
My source folders are set as follows:
Classes - ios - osx
Podspec has source files as:
s.source_files = 'Classes/**/*.*'
Any ideas what is causing this error?
Upvotes: 6
Views: 4464