You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reasoning:.copy makes the intention very clear; copy this file as-is from the source to the destination, which helps ensure that Xcode doesn't attempt to perform any processing that results in the file not being recognized.*
The text was updated successfully, but these errors were encountered:
Change
.process
to.copy
inPackage.swift
Reasoning:
.copy
makes the intention very clear; copy this file as-is from the source to the destination, which helps ensure that Xcode doesn't attempt to perform any processing that results in the file not being recognized.*The text was updated successfully, but these errors were encountered: