Hello
I am trying to export my game on ios and I ran across an issue which I did not have before.
Before when I open my export file, I could easily find the pods folder and the podfile.lock file and later succesfully build my game on ios xcode.
I recently made a change in the game where I took out all mobile advert addon and any event related to it. Then when I tried to open my export file, the pods folder and podlock.file is missing. When I try to build the game it shows an error that says "could not find included file 'Pods/target support files/ Pods-(game name)/Pods-(game name).debug.xcconfig"
What do I need to do to fix this error?
Thanks in advance :)