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
32839314: Class FIFinderSyncExtensionHost implemented twice #17659
Comments
|
same |
|
same issue with macvim, error message displayed when opening multi tabs |
|
I have the same problem when I call [openDlg runModal] in XCode 9. |
|
Same issue. Anyone has figured out the reason?
|
|
same issue as @DodoxGit , same message. I see it when I launch git-scm's git gui client. |
|
I get this regularly when using Native File Dialogs It happens whenever I use an open dialog (single or multiple) |
|
I have the same issue here when i use PyQt5 FileDialog class. |
|
Special use case is if we open the panel when Command Key pressed until we double click on file to be opened. Instead of Cheers. |
|
I get the same issue. As someone pointed out it seems to only occur when using Native file system dialogs. So the warning goes away if you do this: I'm using Mac OS X 10.14.2 (Mojave) |
|
I get this when running the Java Swing-based project WyldCard (https://github.com/defano/wyldcard), output to terminal when I perform the "Open Stack" command. This in turn executes the Swing method FileDialog(). It only seems to happen on the first invocation. |
|
Simply running: Produces the same issue for me. Hints pretty strongly at this being unfixable. |
Description
Area:
Finder
Summary:
On some project, I get this warning in the Xcode console when presenting an open panel:
objc[80401]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/FinderKit (0x10d099200) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x115309c00). One of the two will be used. Which one is undefined.
Steps to Reproduce:
I'm not really sure what triggers this warning, as it does not show when I try to reproduce the issue on an empty project.
Anyway, here's the open-panel code:
Warning is shown after the call to beginSheetModalForWindow:completionHandler:
Expected Results:
Presenting an open-panel shouldn't trigger any warning.
Observed Results:
Warning about FIFinderSyncExtensionHost class is sometimes shown.
Version:
Xcode Version 9.0 beta (9M136h)
macOS Version 10.13 Beta (17A264c)
Product Version:
Created: 2017-06-18T14:40:51.281930
Originated: 2017-06-18T16:38:00
Open Radar Link: http://www.openradar.me/32839314
The text was updated successfully, but these errors were encountered: