Xcode unit test shows 'No such module <project name>' but it can run?
I create an application with multiple build config, bundle id, and product name. I can run the unit test but in the unit test code, there is an error shows No such module 'ProjectName' like in the picture below. Still,…