Apologies if I'm missing something obvious. Trying to get oriented here a bit and iOS development is new to me.
When attempting to build the project Xcode throws the following error:
Build input files cannot be found: '/Volumes/$MYNAME/Developer/Swiftwarden/Swiftwarden/Views/PopupEdit.swift', '/Volumes/$MYNAME/Developer/Swiftwarden/Swiftwarden/Helpers/Commands/ViewCommands.swift'. Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?
Neither of the files exist in master. I'm assuming they either need added to the repo or they need generated. In the latter case, just let me know and I will continue poking around.
Thanks!
Apologies if I'm missing something obvious. Trying to get oriented here a bit and iOS development is new to me.
When attempting to build the project Xcode throws the following error:
Neither of the files exist in
master. I'm assuming they either need added to the repo or they need generated. In the latter case, just let me know and I will continue poking around.Thanks!