CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.35k stars 455 forks source link

Xcode 15.3 Compatibility #933

Closed Brett-Best closed 4 months ago

Brett-Best commented 7 months ago

Xcode 15.3 introduces:

wojciech-kulik commented 6 months ago

I noticed also another problem. When Xcode 15.3 is opened and I do any changes to the project using Xcodeproj. The App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved gets deleted every time.

If I do the same with closed Xcode and open it after changes, the problem doesn't occur.

It also works correctly with Xcode 15.2.

wojciech-kulik commented 6 months ago

It turns out that most likely it's not a Xcodeproj-related bug. Whenever you change xcodeproj outside of Xcode when it's opened, this issue occurs. Seems to be an Xcode bug.

wojciech-kulik commented 6 months ago

I sent a bug report to Apple: #FB13684602

Whirlwind commented 5 months ago

@amorde Could you have a look this issue?