Simply i have two frameworks from a payment provider, they provide Debug
and Release
frameworks, to be used for different environments.
I was trying to configure/find out on the web of a way that i can configure the import of both of them in one scheme, and depending on the Build Configuration
it will switch between Debug
and Release
framework.
I played with Framework Search path
for example Debug
to have debug url to framework, and the same for Release
to link to release framework url to file.
Im looking for something more usable and easy such as run script, or stying away from manual import for each build configuration.
Note: Framework has the same name, as well as the framework is build with objective-c without single header import.