Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Return code of NSTasks are never checked #460

Open
guillaumealgis opened this issue Apr 25, 2016 · 0 comments
Open

Return code of NSTasks are never checked #460

guillaumealgis opened this issue Apr 25, 2016 · 0 comments
Assignees

Comments

@guillaumealgis
Copy link
Member

Some plugins fail to install properly (SublimeShortcuts-ObjC for example) because the xcodebuild install command fails.

They are still reported as installed because in the build process the PluginName.xcplugin folder is created in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins and that's all we are checking to determine if a plugin is installed.

We should use -[NSTask terminationStatus] to ensure the build exited with a 0 error code.

@guillaumealgis guillaumealgis self-assigned this Apr 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant