You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launch xcodebuild (from command line), using Xcode 5.1.1 (5B1008) in OS X 10.9, Alcatraz 1.0.7, I get the following error:
objc[8345]: Class AspectTracker is implemented in both /Users/dfreniche/Library/Application Support/Developer/Shared/Xcode/Plug-ins/BBUFullIssueNavigator.xcplugin/Contents/MacOS/BBUFullIssueNavigator and /Users/dfreniche/Library/Application Support/Developer/Shared/Xcode/Plug-ins/BBUDebuggerTuckAway.xcplugin/Contents/MacOS/BBUDebuggerTuckAway. One of the two will be used. Which one is undefined.
There are more like this one. It obviously look like the compiler sees the binary of AspectTracker twice, each one bundled in its own plugin. I understand each plugin must carry all the needed dependencies, but do you have any workaround for this?
Cheers!
The text was updated successfully, but these errors were encountered:
Hi Boris,
When I launch xcodebuild (from command line), using Xcode 5.1.1 (5B1008) in OS X 10.9, Alcatraz 1.0.7, I get the following error:
objc[8345]: Class AspectTracker is implemented in both /Users/dfreniche/Library/Application Support/Developer/Shared/Xcode/Plug-ins/BBUFullIssueNavigator.xcplugin/Contents/MacOS/BBUFullIssueNavigator and /Users/dfreniche/Library/Application Support/Developer/Shared/Xcode/Plug-ins/BBUDebuggerTuckAway.xcplugin/Contents/MacOS/BBUDebuggerTuckAway. One of the two will be used. Which one is undefined.
There are more like this one. It obviously look like the compiler sees the binary of AspectTracker twice, each one bundled in its own plugin. I understand each plugin must carry all the needed dependencies, but do you have any workaround for this?
Cheers!
The text was updated successfully, but these errors were encountered: