-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does not execute the build #10
Comments
Using Xcode 6.1 by the way. The following works just fine: xcodebuild -workspace PushKit.xcworkspace -scheme Framework -configuration Release |
Verbose Output: grunt build --verbose Reading "Gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. Registering "grunt-bump" local Npm module tasks.
Registering "grunt-changelog" local Npm module tasks.
Registering "grunt-convert" local Npm module tasks.
Registering "grunt-xcode" local Npm module tasks.
Running tasks: build Running "build" task Running "xcode" task Done, without errors. |
I'm having the same result with an even simpler Gruntfile. |
@rodriguise @dwabyick sorry for my lack of response of this, hopefully I'll have some time to look into this issue over the weekend. But yes, I definitely don't execute |
};
Using the above config: grunt build
It does nothing.
The text was updated successfully, but these errors were encountered: