We are using a workspace file and have noticed that when we run fastlane commands that utilize xcodebuild
command line arguments to run the export localization command from commandline, and it seems that it uses the xcodeproj
package.resolved instead of the workspace package.resolved
. This is causing issues as the xcodeproj package resolved will not update at all so is on old version of dependencies that cause xcodebuild commands to fail.
Why is there multiple package.resolved files and why does the xcodeproj not stay updated with what is in the workspace resolved file? Why won't the xcodeproj resolved file update when I'm opening the xcodeproj file and selecting specific dependencies and telling it to update the package.