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

can't build with Xcode 8 #65

Closed
qgliu opened this issue Sep 20, 2016 · 1 comment
Closed

can't build with Xcode 8 #65

qgliu opened this issue Sep 20, 2016 · 1 comment

Comments

@qgliu
Copy link

qgliu commented Sep 20, 2016

I am using Carthage. The failures are strange as the build is looking for Alcatraz, which is not supported by Xcode 8. But why would the Kit depends on them.

I also wonder if the current release is compatible with Swift 3.

Thanks!

n build) failed with exit code 65: 2016-09-20 12:03:06.760 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XAlign.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2016-09-20 12:03:06.761 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Swimat.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2016-09-20 12:03:06.762 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RegX.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2016-09-20 12:03:06.762 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/OMQuickHelp.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2016-09-20 12:03:06.763 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FuzzyAutocomplete.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2016-09-20 12:03:06.763 xcodebuild[8945:1202269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs

@marmelroy
Copy link
Owner

Hi @qgliu,

I suspect that's just xcodebuild looking for Alcatraz (and the plugins are plugins that you had installed on Xcode 7). Try running xcodebuild on another app on your machine and see if you get the same warnings.

One solution is to remove the .xcplugin files from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/

There's still no official Swift 3 release but there is a Swift 3 branch you can use with Carthage.

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

No branches or pull requests

2 participants