Closed
Description
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/
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
munificent commentedon Aug 17, 2012
The --sdkdir command line argument isn't used anymore.
Added Invalid label.
DartBot commentedon Jun 5, 2015
This issue has been moved to dart-lang/pub#52.