ALL BUSINESS
COMIDA
DIRECTORIES
EDUCATIONAL
ENTERTAINMENT
FASHION TIPS
FINER THINGS
FREE CREATOR TOOLS
HEALTH
MARKETPLACE
MEMBER's ONLY
MONEY MATTER$
MOTIVATIONAL
NEWS & WEATHER
TECHNOLOGIA
TELEVISION NETWORKS
USA VOTES 2024
VIDEOS
INVESTOR RELATIONS
IN DEVELOPMENT
Posted by - Latinos MediaSyndication -
on - July 9, 2023 -
Filed in - Technology -
-
534 Views - 0 Comments - 0 Likes - 0 Reviews
I'm trying to set up Xcode Cloud in my existing project. Everything builds and archives fine locally. However, Xcode Cloud builds fail. For some reason, random files here and there cannot be accessed. I had the issue with my fonts, but after solving this problem with an embedded SPM, I have the same issue with my Secrets file and my Localizable files. Those, I cannot embed in an embedded SPM. So I'm actually stuck.
Here are the build errors reported by Xcode Cloud:
But as I said, everything works fine on my local copy of the repository, and when I look into Xcode, everything seems to be in order. I even tried to remove and add back the files, and clone the project onto another directory, to no effect.
Here are the file inspector's details for the Secrets.json file:
Did someone ever encounter this issue? How would you solve it?
Thank you in advance.