Trying to build and test my game through xcode 13 and it gives me 4 errors. Saying Build input file cannot be found
Trying to build and test my game through xcode 13 and it gives me 4 errors. Saying Build input file cannot be found
You need to show the image for this from left view, also did you change your valid architectures, clean and rebuild?
Regards,
Fernando Vivolo
... new things are coming ...
My architectures are set to Standard Architecture(arm64, arm7), I also cleaned and rebuilt. Screen Shot 2022-07-04 at 9.10.11 PM.jpg
Please check in both target that the architectures set are the standards for the version you are running
Regards,
Fernando Vivolo
... new things are coming ...
Yes, both architetures are set to the standard , still not working.
What fusion version is this?, maybe you need to build your final project again
Regards,
Fernando Vivolo
... new things are coming ...
I am Running Fusion Version (R293.10), I built the final project again and still recieve the same error. The project runs just fine in my xcode 10 but not in my
xcode 13
Xcode 13 requires you to update the archs, not sure why since i can build here with 293.10 and updating the archs. i will recheck tomorrow
Regards,
Fernando Vivolo
... new things are coming ...
How do I update my archs in xcode 13?
How do I update the archs, I do not know much about xcode?