False error when Xcode plugin fail to load

Issue #49 closed
Marcin Krzyzanowski created an issue

Error: exit status 65 when trying to run xcodebuild

2014-12-03 13:29:42.730 xcodebuild[90826:889193] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Polychromatic.xcplugin' not present in DVTPlugInCompatibilityUUIDs BUILD FAILED

Comments (2)

  1. Ali Rantakari repo owner

    Thanks for reporting this. The plug-in compatibility messages are most likely not what's causing xcodebuild to fail, and you should scroll a bit down in the log to find the actual cause of the failed build.

    I assume that this is the same issue that you emailed me about? If that's the case, then you should have a response in your inbox discussing the root cause (a compiler warning elevated to an error due to -Werror).

  2. Ali Rantakari repo owner

    Version 1.2.1 includes a mitigation for the issue of compiler warnings elevated to errors failing xcodebuild.

  3. Log in to comment