Skip to content

Fix for "No tests discovered on macOS Tahoe" https://github.com/mattstevens/xcode-googletest/issues/12#13

Open
eugenegff wants to merge 1 commit intomattstevens:masterfrom
eugenegff:macos_tahoe_fix
Open

Fix for "No tests discovered on macOS Tahoe" https://github.com/mattstevens/xcode-googletest/issues/12#13
eugenegff wants to merge 1 commit intomattstevens:masterfrom
eugenegff:macos_tahoe_fix

Conversation

@eugenegff
Copy link
Copy Markdown

Fix for "No tests discovered on macOS Tahoe" #12

Fix has 3 places where it attempts to perform tests registration, unfortunately all places has some drawbacks

  1. original one on NSBundleDidLoadNotification, but that notification does not happens on macOS 26 and iOS 26
  2. dispatch_async, but it sometimes happens too late
  3. in principal class initializer, requires NSPrincipalClass entry in Info.plist

@eugenegff
Copy link
Copy Markdown
Author

Merged into https://github.com/eugenegff/xcode-googletest fork

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 this pull request may close these issues.

1 participant