Canyonn06 wrote:
I'm using Pods. Firebase Auth/Firebase Firestore. I duplicated the project and copied files one by one until I received the error again. Including installing Pods. The error came up when implementing the views + delegates. Something may of went wrong, but I'm 80% sure its source is there.
None of that makes any sense.
I mentioned Qt, Electron, etc. because those platforms are radically different than normal Xcode usage. But it doesn't sound like this is the case. You mentioned, "Pods". I think that is some kind of package management system. As far as I know, it isn't integrated into Xcode itself. It merely downloads and installs other dependencies. Then, in Xcode, you just write your code that references those 3rd party frameworks. It doesn't make sense to say "the error came up when implementing the views + delegates".
Implementing is an act of writing code. While you are writing, you aren't actually building the executable. And, at a fundamental level, Xcode manages the executable itself in its derived data temporary folders. You never go into there. You just write the code and click the "Run" button. It sounds like you have added some additional steps that you should not be doing. What those additional steps are, I'm can't really guess.