AwesomeMenu icon indicating copy to clipboard operation
AwesomeMenu copied to clipboard

Podspec source_files should not start with /

Open rayanmestiri opened this issue 10 years ago • 0 comments

You need to remove the leading / in the source_files attribute of the podspec file.

It should be : spec.source_files = 'AwesomeMenu/AwesomeMenu/*' instead of spec.source_files = '/AwesomeMenu/AwesomeMenu/*'

This causes the pod install to fail because the spec validation fails:

  • ERROR | File Patterns: File patterns must be relative and cannot start with a slash (source_files).

rayanmestiri avatar Apr 10 '16 23:04 rayanmestiri