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
Facing a strange issue, where we have Podspec with subspecs and UTs under each subscpec.
Upon running
pod genThe 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