We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This command: pub install --sdkdir=~/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/
Generates this error: Package unittest not found in source "sdk".
I need to fix it by specifying the exact path:
pub install --sdkdir=/Users/sethladd/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/
The text was updated successfully, but these errors were encountered:
The --sdkdir command line argument isn't used anymore.
Added Invalid label.
Sorry, something went wrong.
This issue has been moved to dart-lang/pub#52.
No branches or pull requests
This command: pub install --sdkdir=~/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/
Generates this error:
Package unittest not found in source "sdk".
I need to fix it by specifying the exact path:
pub install --sdkdir=/Users/sethladd/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/
The text was updated successfully, but these errors were encountered: