Make swift internal function unavailable for Test Target – Ios swift
I want to create a function or convenience init of a class that can not be available for TestTarget when import with @testable import, I am not sure it's possible but looking for any way to restrict it. class A…