0
Gentlemen, good afternoon!
Where I work, we’re providing support for a customer who has an iOS app that uses multiple frameworks.
They opened an error call, we went to analyze and the error is happening because of an endpoint that is wrong.
The problem is that this endpoint is in a framework developed by themselves, which makes the call of any endpoint.
My question is the following, how to do to reflect the change of this framework in the project? Since the framework does not have a "podfile".
The links of the endpoints should be in a configuration file, I think q doesn’t have much choice but to ask them for the new files or ask for a modified Fw with the endpoints in files.
– rray