I’ve workspace with 2 initiatives. First challenge is a framework with podspec. Second challenge is app that makes use of framework.
Right this moment for testing objective I’ve “some_test_file.json” in app challenge that excluded from appStore construct utilizing EXCLUDED_SOURCE_FILE_NAMES and similar “some_test_file.json” in framework challenge beneath unit check scheme.
Learn how to keep away from this duplication and have useful resource file for debug app construct and framework exams in a single place?
I believed to make separate bundle with check recordsdata utilizing cocoapods resource_bundle for framework, however the right way to exclude it from app launch construct?