cocoapods-generate
cocoapods-generate copied to clipboard
CocoaPods Subspecs Source Files are not added however Unit Test targets are created
Facing a strange issue, where we have Podspec with subspecs and UTs under each subscpec.
Upon running pod gen
The UT targets are detected and created for each subspec however the source files under the subscpes are missed out. Because of this we are unable to push our library into CocoaPods, please help