mochtu / libsodium-ios

Strong encryption for iOS. NaCl / libsodium build for iOS development. Used in CocoaPod 'libsodium-ios'.
Other
61 stars 14 forks source link

Cocoa pods: Xcode 7 emitting heaps of "Multiple build commands for output file [...]/api.h" warnings #8

Open ghost opened 9 years ago

ghost commented 9 years ago

This happens since in build phases in the "Headers" build phase all headers are getting copied as public headers. Please adjust the cocoa pods podspec and exclude those private headers. See also https://guides.cocoapods.org/syntax/podspec.html#tab_public_header_files Thanks