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

Mockingbird doesn't support Xcode 16's new PBXFileSystemSynchronizedRootGroup's #340

Open
2 of 4 tasks
rivera-ernesto opened this issue Jan 7, 2025 · 0 comments
Open
2 of 4 tasks
Labels
framework bug Breaks tests or user testing code

Comments

@rivera-ernesto
Copy link

New Issue Checklist

Overview

Xcode 16 now allows you to create Folders instead of Groups
image
image

This new folders (PBXFileSystemSynchronizedRootGroups) are meant to simplify keeping all contained items into the parent's target among other things, but they are not supported by Mockingbird which throws this error:

Using Mockingbird v0.20.0
Error: The element PBXFileSystemSynchronizedRootGroup is not supported.
Command PhaseScriptExecution failed with a nonzero exit code

Environment

  • Mockingbird CLI version 0.20.0
  • Xcode and Swift version swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) Target: arm64-apple-macosx15.0
  • Package manager CocoaPods
  • Unit testing framework XCTest
  • Custom configuration
    • Mockingbird ignore files
    • Supporting source files
@rivera-ernesto rivera-ernesto added the framework bug Breaks tests or user testing code label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework bug Breaks tests or user testing code
Projects
None yet
Development

No branches or pull requests

1 participant