uhooi / UhooiPicBook

Uhooi's character book.
MIT License
107 stars 25 forks source link

Change `DEVELOPER_DIR` #81

Closed uhooi closed 3 years ago

uhooi commented 3 years ago
env:
-   DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer
+   DEVELOPER_DIR: /Applications/Xcode_12.app

References:

github-actions[bot] commented 3 years ago

👋 Thanks for reporting! Please PR :)

swapniljha001 commented 3 years ago

@uhooi Which file needs this edit?

uhooi commented 3 years ago

@swapniljha001

Only one file:

But, since I have Xcode 12 support in other branch, we can't fix it until it's merged :pray:

uhooi commented 3 years ago

ref: man xcode-select

EXAMPLES
       xcode-select --switch /Applications/Xcode.app/Contents/Developer
          Select /Applications/Xcode.app/Contents/Developer as the active developer directory.

       xcode-select --switch /Applications/Xcode.app
          As above, selects /Applications/Xcode.app/Contents/Developer as the active developer directory. The Developer content directory is automatically inferred by xcode-select.