Xcode: Difference between revisions
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
## pick "legacy", Done, Done | ## pick "legacy", Done, Done | ||
# go to prefs->Locations->custom paths | # go to prefs->Locations->custom paths | ||
# enter these items: (make sure path is correct) | # enter these items: (make sure path is correct) (don't need 2nd one if not building YAAF on mac, also may remove FIRST one if you replace all search path "KJAMS_ROOT" with "SRC_ROOT") | ||
{|border="1" | {|border="1" | ||
| '''Setting Name''' | | '''Setting Name''' | ||
Revision as of 00:33, 15 February 2024
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->Locations->custom paths
- enter these items: (make sure path is correct) (don't need 2nd one if not building YAAF on mac, also may remove FIRST one if you replace all search path "KJAMS_ROOT" with "SRC_ROOT")
| Setting Name | Display Name | Path |
| KJAMS_ROOT | kJams Root | /Volumes/Developer/depot/kJams/Development |
| YAAF_ROOT | YAAF Root | /Volumes/Developer/depot/YAAF/Libraries |