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
When we have Synx and Swift PM in our Project, every time the utility runs, it affects the SPM dependencies. Synx renaming and moving the SPM dependencies.
This is the first problem, because every time the SPM returns all modifications back, as they were not applied correctly. And Synx next renames it, and so on in a circle, every time.
The second problem is that there is no way to exclude the interaction of synx with SPM, thereby making this utility inapplicable on projects that use SPM.
Open Project, SPM updated dependencies, and rename it as correct.
Run Synx, Synx renamed SPM dependencies.
Xcode 12.1
MacOS Catalina 10.15.7
The text was updated successfully, but these errors were encountered:
To work around this problem, you can install a newer version of xcodeproj. I'm using this in a project: gem 'xcodeproj', github: 'CocoaPods/Xcodeproj', ref: 'c8ab614079b338e38e987671e1e74319168bf61f'
Works like a charm for me :)
When we have Synx and Swift PM in our Project, every time the utility runs, it affects the SPM dependencies. Synx renaming and moving the SPM dependencies.
Open Project, SPM updated dependencies, and rename it as correct.
Run Synx, Synx renamed SPM dependencies.
Xcode 12.1
MacOS Catalina 10.15.7
The text was updated successfully, but these errors were encountered: