Open
Description
The current validation check for sdk definitions to be either .framework or .tbd is a little too tight. It would be useful to also accept .a as an extension and to treat them as-is (i.e. no additional path specification). This allows the library search path to be specified in the central xcconfig and the library name to be used in the project (rather than always having to specify the full path with a leading "/").
I'd be happy to contribute a patch for this if it sounds acceptable. Cheers!