Xcode
Downloads
Do These Things too
- install your keys
- double click the dev keys cert file
- install them into the SYSTEM keychain, NOT the LOGIN keychain. (otherwise you'll get errors)
- PW is the same as dave's login (keychain) password
- in KeyChain Access, get info on the Private Key, change to the "Access Control" tab and select the "Allow all applications to access this item".
- log into developer.apple.com and download the code signing certs, install them
- Run Xcode
- in order for the kJams "build phase" steps that include shell scripts that have the variable "$BUILD_DIR" in them, we must use legacy build locations:
- open the kJams6 project
- file->project settings->advanced
- pick "legacy", Done, Done
- go to prefs->source trees
- enter these items: (make sure path is correct)
| Setting Name | Display Name | Path |
| KJAMS_ROOT | kJams Root | /Volumes/Developer/depot/kJams/Development |
| YAAF_ROOT | YAAF Root | /Volumes/Developer/depot/YAAF/Libraries |