iOS - Custom Configuration - “No such module”
问题 In my ios app, I'm trying to distinguish environments, to make web api calls to the proper environment ( Development , Staging and Production ). For that I have created a configuration.plist file with the different endpoints for each environment and: Duplicated the Debug Configuration and called it Development Build . Created a new Scheme called Development (duplicated the Debug scheme) and in the Info tab ( Run section) chose the Development Build configuration. When I run in Debug mode,