Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 15.3 Compatibility #933

Closed
Brett-Best opened this issue Mar 1, 2024 · 4 comments · Fixed by #934
Closed

Xcode 15.3 Compatibility #933

Brett-Best opened this issue Mar 1, 2024 · 4 comments · Fixed by #934

Comments

@Brett-Best
Copy link
Contributor

Brett-Best commented Mar 1, 2024

Xcode 15.3 introduces:

  • object version 63
  • new property attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa
@wojciech-kulik
Copy link

wojciech-kulik commented Mar 9, 2024

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
Copy link

wojciech-kulik commented Mar 11, 2024

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
Copy link

I sent a bug report to Apple: #FB13684602

@Whirlwind
Copy link
Contributor

@amorde Could you have a look this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants