Mac 에서 유니티 빌드시 아래와 같은 에러 발생 하였다.
Error running cocoapods. please ensure you have at least version 1.0.0
현재 Mac 사양은 아래와 같습니다.
기종 : Mac mini ( 맥미니 )
OS버전 : 카탈리나 10.15.6
Xcode : 11.6
유니티 : 2018.4.21f1
구글 검색 결과 cocoapods을 다시 설치 하라는 글을 찾았다. 구글 검색어는 "error running cocoapods. please ensure you have at least version 1.0.0" 이렇게 입력하였다. 검색결과 중 첫번째 github에 올라온 링크를 클릭해준다.
https://github.com/googlesamples/unity-jar-resolver/issues/376
글 내용 보면 https://github.com/CocoaPods/CocoaPods/issues/8955 사이트 에서 해결했다는 글이 있다.
해당글에서 나온것처럼 우선 먼저 아래 명령어를 실행했는데 실행중 중간에 Error 발생하였다.
sudo gem update --system
그래서 다시 글 확인 후 아래쪽을 확인해 보니 다음과 같은 명령어를 실행한걸 발견하였다. 나도 그래서 실행해 보았지만 이번에도 잘되다가 마지막 부분에 와서 Error가 발생하였다.
brew install cocoapods --build-from-source
일단 그래서 글에 나온대로 전부다 따라 해보기로 했다. 하지만 아래 명령어도 Error가 발생하였다.
brew upgrade cocoapods
이번에도 Error 발생
brew reinstall cocoapods
수많은 방법을 시도해 봤는데 최종적으로 아래 명령어를 사용 해서 해결하였다.
brew link --overwrite cocoapods
brew reinstall cocoapods
아래 로그는 이번에 실행했던 모든 명령어 이다. (나중에 참고하려고 저장)
Last login: Sat Aug 22 12:53:00 on console
/Users/norion/.zshrc:source:5: too many open files: /Users/norion/.zshrc
norion@norions-Mac-mini ~ % sudo gem update --system
Password:
Updating rubygems-update
Fetching rubygems-update-3.1.4.gem
Successfully installed rubygems-update-3.1.4
Parsing documentation for rubygems-update-3.1.4
Installing ri documentation for rubygems-update-3.1.4
Installing darkfish documentation for rubygems-update-3.1.4
Done installing documentation for rubygems-update after 90 seconds
Parsing documentation for rubygems-update-3.1.4
Done installing documentation for rubygems-update after 0 seconds
Installing RubyGems 3.1.4
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted @ rb_sysopen - /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/gem
norion@norions-Mac-mini ~ % sudo gem install -n /user/local/bin cocoapods
Fetching nap-1.1.0.gem
Fetching i18n-0.9.5.gem
Fetching activesupport-4.2.11.3.gem
Fetching fuzzy_match-2.0.4.gem
Fetching httpclient-2.8.3.gem
Fetching thread_safe-0.3.6.gem
Fetching concurrent-ruby-1.1.7.gem
Fetching tzinfo-1.2.7.gem
Fetching netrc-0.11.0.gem
Fetching claide-1.0.3.gem
Fetching cocoapods-deintegrate-1.0.4.gem
Fetching algoliasearch-1.27.3.gem
Fetching ffi-1.13.1.gem
Fetching ethon-0.12.0.gem
Fetching typhoeus-1.4.0.gem
Fetching cocoapods-core-1.9.3.gem
Fetching cocoapods-plugins-1.0.0.gem
Fetching cocoapods-search-1.0.0.gem
Fetching cocoapods-stats-1.1.0.gem
Fetching molinillo-0.6.6.gem
Fetching cocoapods-downloader-1.4.0.gem
Fetching atomos-0.1.3.gem
Fetching colored2-3.1.2.gem
Fetching cocoapods-trunk-1.5.0.gem
Fetching cocoapods-try-1.2.0.gem
Fetching escape-0.0.4.gem
Fetching fourflusher-2.3.1.gem
Fetching gh_inspector-1.1.3.gem
Fetching ruby-macho-1.4.0.gem
Fetching nanaimo-0.3.0.gem
Fetching xcodeproj-1.18.0.gem
Fetching cocoapods-1.9.3.gem
Successfully installed concurrent-ruby-1.1.7
Successfully installed i18n-0.9.5
Successfully installed thread_safe-0.3.6
Successfully installed tzinfo-1.2.7
Successfully installed activesupport-4.2.11.3
Successfully installed nap-1.1.0
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory @ dir_s_mkdir - /user/local/bin
norion@norions-Mac-mini ~ % cd /usr/local
norion@norions-Mac-mini local % ll
zsh: command not found: ll
norion@norions-Mac-mini local % ls
Caskroom Homebrew include sbin
Cellar bin lib share
Frameworks etc opt var
norion@norions-Mac-mini local % cd bin
norion@norions-Mac-mini bin % ls
VBoxAutostart VBoxVRDP autoscan pkg-config sandbox-pod
VBoxBalloonCtrl VirtualBox autoupdate pod update_rubygems
VBoxBugReport autoconf brew rbenv vbox-img
VBoxDTrace autoheader fuzzy_match rbenv-install vboxwebsrv
VBoxHeadless autom4te httpclient rbenv-uninstall xcodeproj
VBoxManage autoreconf ifnames ruby-build
norion@norions-Mac-mini bin % brew install cocoapods --build-from-source
==> Installing dependencies for git: gettext and pcre2
==> Installing git dependency: gettext
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.20.1.catalina.bot
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/107d7f386fbeea6979f93
######################################################################## 100.0%
==> Pouring gettext-0.20.1.catalina.bottle.tar.gz
==> Caveats
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"
==> Summary
🍺 /usr/local/Cellar/gettext/0.20.1: 1,893 files, 18.4MB
==> Installing git dependency: pcre2
==> Downloading https://homebrew.bintray.com/bottles/pcre2-10.33.catalina.bottle
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/7b92993a7ad0487cabc43
######################################################################## 100.0%
==> Pouring pcre2-10.33.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/pcre2/10.33: 226 files, 5.8MB
==> Installing git
==> Downloading https://homebrew.bintray.com/bottles/git-2.23.0_1.catalina.bottl
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/cb74c5f3a0e89f7415e98
######################################################################## 100.0%
==> Pouring git-2.23.0_1.catalina.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions and functions have been installed to:
/usr/local/share/zsh/site-functions
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/git
==> Summary
🍺 /usr/local/Cellar/git/2.23.0_1: 1,543 files, 45.1MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/norion/Library/Caches/Homebrew/autoconf--2.69.mojave.bottle.4.tar.gz... (874.7KB)
Removing: /Users/norion/Library/Caches/Homebrew/openssl@1.1--1.1.1d.mojave.bottle.tar.gz... (5.2MB)
Removing: /Users/norion/Library/Caches/Homebrew/pkg-config--0.29.2.mojave.bottle.1.tar.gz... (234.3KB)
Removing: /Users/norion/Library/Caches/Homebrew/rbenv--1.1.2.mojave.bottle.tar.gz... (19KB)
Removing: /Users/norion/Library/Caches/Homebrew/readline--8.0.1.mojave.bottle.tar.gz... (517.9KB)
Removing: /Users/norion/Library/Caches/Homebrew/ruby-build--20191031.tar.gz... (62KB)
Removing: /Users/norion/Library/Caches/Homebrew/portable-ruby--2.6.3.mavericks.bottle.tar.gz... (9.0MB)
Removing: /Users/norion/Library/Caches/Homebrew/descriptions.json... (264.3KB)
Removing: /Users/norion/Library/Logs/Homebrew/pkg-config... (64B)
Removing: /Users/norion/Library/Logs/Homebrew/readline... (64B)
Removing: /Users/norion/Library/Logs/Homebrew/ruby-build... (2 files, 179B)
Removing: /Users/norion/Library/Logs/Homebrew/autoconf... (64B)
Removing: /Users/norion/Library/Logs/Homebrew/openssl@1.1... (64B)
Removing: /Users/norion/Library/Logs/Homebrew/rbenv... (64B)
==> Caveats
==> gettext
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"
==> git
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions and functions have been installed to:
/usr/local/share/zsh/site-functions
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/git
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
######################################################################### 100.0%
==> Pouring portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
abseil kde-ki18n
acl2 kde-threadweaver
act keydb
adios2 killswitch
airshare kind
amp komposition
ansible@2.8 kona
apidoc kondo
apollo-cli krew
arb ksync
archiver kubie
argo kumactl
argocd lanraragi
arrayfire latexindent
asimov lc0
asuka ldpl
asymptote leakcanary-shark
athenacli libb64
austin libcbor
autodiff libcouchbase@2
awscli@1 libcpuid
awscurl libdeflate
awsweeper libffcall
azcopy libfido2
b3sum libgnt
bandwhich liblouis
bcoin libnetworkit
beancount libolm
bic liboqs
bingrep libpqxx@6
biosig libraqm
blis libserdes
blogc libtorch
bnfc libtorrent-rakshasa
bombadillo liquidctl
bond litecli
bootloadhid literate-git
borgbackup lizard-analyzer
buildozer llvm@9
c7n logcli
cacli loki
cadence lunchy
calceph lunchy-go
cargo-c macos-trash
cargo-instruments mandown
carton manticoresearch
cartridge-cli mariadb@10.4
cassandra-cpp-driver marked
cassowary mask
castget mavsdk
cbc meilisearch
cbmc microplane
ccfits minipro
ccheck mlpack
cctz mmctl
cddlib mockolo
cdk8s monolith
cdo mpi4py
cedille mpv
celero mtoc
cf-tool mysql-client@5.7
cgl naabu
cgns nanorc
chalk-cli nauty
charge nebula
chart-testing nef
chezmoi nest
choose-rust networkit
chrony never
clair newrelic-cli
claws-mail nfpm
cli11 ngs
clip nift
cloud-nuke node-sass
cloudformation-cli node@12
cmt notmuch-mutt
cobalt numcpp
coconut oauth2l
code-server oci-cli
colfer odin
confd oha
container-structure-test oil
copilot okteto
coredns omake
corral onnxruntime
cortex openfast
cpio openjdk
cpm openjdk@11
cppman openlibm
cpr openstackclient
cqlkit oq
croaring ory-hydra
cubejs-cli osi
cucumber-ruby osm
cups packetbeat
datasette packr
db-vcs pandoc-include-code
detach pandocomatic
detekt parallel-hashmap
devdash pass-git-helper
dgraph pfetch
dhall-lsp-server php@7.3
dhall-yaml pipgrip
diesel po4a
dmagnetic poetry
dnsprobe polynote
docker-slim postgresql@11
doctest powerline-go
dolt promtail
dosbox-staging protoc-gen-gogo
dsvpn protoc-gen-grpc-web
duckdb prover9
duckscript psc-package
duktape publish
dune pueue
dynet pwncat
earthly pympress
eksctl python@3.7
eleventy python@3.8
emacs-dracula qp
empty qrcp
ensmallen quill
erlang@22 rav1e
eureka raxml-ng
eva rbtools
faiss rcm
fargatecli reg
fastlane reorder-python-imports
fava rgf
fblog rqlite
fcct rtorrent
fennel ruby@2.6
fetch rubyfmt
ffuf run
fileicon rust-analyzer
findent s2n
findomain saltwater
flamegraph sampler
flank samurai
flarectl scw@1
flash sdns
flint seal
folderify semgrep
forcecli semtag
fpdns sentencepiece
fplll shallow-backup
functionalplus sheldon
gateway-go silicon
gau simdjson
gcc@9 skylighting
gdbgui skymaker
geph2 sleef
gh smlpkg
ghc@8.8 sniffglue
ghz so
ghz-web solidity
gimme-aws-creds sollya
git-annex-remote-rclone sonic
git-bug spotify-tui
git-filter-repo spotifyd
git-gui sqlite-utils
git-hooks-go standardese
git-remote-codecommit staticcheck
git-remote-gcrypt subfinder
git-trim swift-format
gitbatch swift-sh
gitui talisman
glow tanka
gluon tengo
gmailctl termcolor
gnirehtet terraform-ls
go-jsonnet terraform-provider-libvirt
go@1.13 terraform@0.12
go@1.14 terrahelp
gobo texlab
gocloc thanos
gofish tio
golangci-lint tlx
gostatic toot
gotop torchvision
gradle-profiler trader
graphql-cli trailscraper
gravity tre-command
grex trimage
grpcui tty-share
guile@2 tweak
gulp-cli ugrep
hashlink uni
hasura-cli unum
hcxtools uptoc
hdf5-mpi usb.ids
hdf5@1.10 uutils-coreutils
hdt vale
heksa vapor
helib vcpkg
helm@2 vgrep
hpack virustotal-cli
hsd vlang
hy vlmcsd
i686-elf-binutils volk
i686-elf-gcc volta
iam-policy-json-to-terraform vpn-slice
iblinter vroom
idris2 vsearch
imgproxy wapm
immudb wasm-pack
inja wasm3
inko wasmer
instalooter wgcf
inxi whistle
jc wolfmqtt
jerryscript wordgrinder
jimtcl wownero
jinx wren
jobber wren-cli
jolie xclogparser
jsonnet-bundler xlearn
k9s xxh
kamel yaegi
katago yj
kcptun z.lua
kde-extra-cmake-modules zenith
kde-karchive zoxide
kde-kdoctools
==> Updated Formulae
Updated 4203 formulae.
==> Renamed Formulae
bro -> zeek
elasticsearch@6.8 -> elasticsearch@6
i386-elf-binutils -> x86_64-elf-binutils
i386-elf-gcc -> x86_64-elf-gcc
interactive-rebase-tool -> git-interactive-rebase-tool
jfrog-cli-go -> jfrog-cli
kibana@6.8 -> kibana@6
kubernetes-helm -> helm
mkl-dnn -> onednn
usbmuxd -> libusbmuxd
==> Deleted Formulae
aap deis lastfmfpclient python@2
ansible@1.9 deisctl leafnode qriollo
ansible@2.0 diffuse libagar raine
apache-zeppelin djmount llvm@4 residualvm
apel docker-cloud logentries riak
apm-server elasticsearch@2.4 lumo ruby@2.0
archivemail elasticsearch@5.6 marathon-swift sflowtool
arx erlang@17 mariadb@10.0 shocco
auto-scaling erlang@19 mldonkey srclib
aws-elasticache euca2ools muttils sshconfigfs
aws-sns-cli fstar mysql-connector-c sshrc
biogeme ghc@8.2 mysql-utilities stormpath-cli
boost-python@1.59 globus-toolkit mysql@5.5 syncthing-inotify
borg gmediaserver neal terminator
bubbros gnome-builder nicotine-plus tnote
bzr-fastimport gost node@8 tomee-jax-rs
camlp4 grib-api np2 trr
cargo-completion hana open-cobol uberftp
ck headphones openssl unravel
cless hg-flow php@7.1 urbit
closure-linter highlighting-kate pijul vim@7.4
cockroach i386-elf-grub pound vte
compcert ino pygobject warp
cryptopp ipython@5 pygtk wine
curlish iron-functions pygtkglext wpscan
cvs2svn jpcsp pygtksourceview wu
ddar kibana@5.6 python zpython
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2_3.catalin
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/80f141e695f73bd058fd8
######################################################################## 100.0%
==> Downloading https://github.com/CocoaPods/CocoaPods/archive/1.9.3.tar.gz
==> Downloading from https://codeload.github.com/CocoaPods/CocoaPods/tar.gz/1.9.
-=#=- # # #
==> Installing dependencies for cocoapods: pkg-config
==> Installing cocoapods dependency: pkg-config
==> Pouring pkg-config-0.29.2_3.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 623.8KB
==> Installing cocoapods
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: An exception occurred within a child process:
CompilerSelectionError: cocoapods cannot be built with any available compilers.
Install GNU's GCC:
brew install gcc
norion@norions-Mac-mini bin % brew upgrade cocoapods
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 2 formulae.
Error: cocoapods not installed
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin % brew upgrade cocoapods
Error: cocoapods not installed
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin % brew reinstall cocoapods
==> Downloading https://homebrew.bintray.com/bottles/cocoapods-1.9.3.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/70f8c793bb60631422db028bbebb64ba9fcc1085a216abe5e625
######################################################################## 100.0%
==> Reinstalling cocoapods
==> Pouring cocoapods-1.9.3.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/pod
Target /usr/local/bin/pod
already exists. You may want to remove it:
rm '/usr/local/bin/pod'
To force the link and overwrite all conflicting files:
brew link --overwrite cocoapods
To list all files that would be deleted:
brew link --overwrite --dry-run cocoapods
Possible conflicting files are:
/usr/local/bin/pod
/usr/local/bin/xcodeproj
==> Summary
🍺 /usr/local/Cellar/cocoapods/1.9.3: 12,523 files, 28.3MB
norion@norions-Mac-mini bin % cd /usr/local/bin
norion@norions-Mac-mini bin % ls
VBoxAutostart autom4te git-upload-archive rbenv
VBoxBalloonCtrl autoreconf git-upload-pack rbenv-install
VBoxBugReport autoscan gitk rbenv-uninstall
VBoxDTrace autoupdate httpclient ruby-build
VBoxHeadless brew ifnames sandbox-pod
VBoxManage fuzzy_match pcre2-config update_rubygems
VBoxVRDP git pcre2grep vbox-img
VirtualBox git-cvsserver pcre2test vboxwebsrv
autoconf git-receive-pack pkg-config xcodeproj
autoheader git-shell pod
norion@norions-Mac-mini bin % cd xcodeproj
cd: not a directory: xcodeproj
norion@norions-Mac-mini bin % ls -al
total 48
drwxrwxr-x 42 norion admin 1344 8 24 16:15 .
drwxr-xr-x 15 root wheel 480 8 22 00:32 ..
-rw-r--r-- 1 norion admin 0 11 1 2019 .keepme
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxAutostart
-rwxr-xr-x 1 root wheel 82 6 29 2018 VBoxBalloonCtrl
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxBugReport
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxDTrace
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxHeadless
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxManage
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxVRDP
-rwxr-xr-x 1 root wheel 77 6 29 2018 VirtualBox
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoconf -> ../Cellar/autoconf/2.69/bin/autoconf
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoheader -> ../Cellar/autoconf/2.69/bin/autoheader
lrwxr-xr-x 1 norion admin 36 11 1 2019 autom4te -> ../Cellar/autoconf/2.69/bin/autom4te
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoreconf -> ../Cellar/autoconf/2.69/bin/autoreconf
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoscan -> ../Cellar/autoconf/2.69/bin/autoscan
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoupdate -> ../Cellar/autoconf/2.69/bin/autoupdate
lrwxr-xr-x 1 norion admin 28 9 18 2019 brew -> /usr/local/Homebrew/bin/brew
-rwxr-xr-x 1 root admin 538 11 5 2019 fuzzy_match
lrwxr-xr-x 1 norion admin 30 8 24 16:14 git -> ../Cellar/git/2.23.0_1/bin/git
lrwxr-xr-x 1 norion admin 40 8 24 16:14 git-cvsserver -> ../Cellar/git/2.23.0_1/bin/git-cvsserver
lrwxr-xr-x 1 norion admin 43 8 24 16:14 git-receive-pack -> ../Cellar/git/2.23.0_1/bin/git-receive-pack
lrwxr-xr-x 1 norion admin 36 8 24 16:14 git-shell -> ../Cellar/git/2.23.0_1/bin/git-shell
lrwxr-xr-x 1 norion admin 45 8 24 16:14 git-upload-archive -> ../Cellar/git/2.23.0_1/bin/git-upload-archive
lrwxr-xr-x 1 norion admin 42 8 24 16:14 git-upload-pack -> ../Cellar/git/2.23.0_1/bin/git-upload-pack
lrwxr-xr-x 1 norion admin 31 8 24 16:14 gitk -> ../Cellar/git/2.23.0_1/bin/gitk
-rwxr-xr-x 1 root admin 535 11 5 2019 httpclient
lrwxr-xr-x 1 norion admin 35 11 1 2019 ifnames -> ../Cellar/autoconf/2.69/bin/ifnames
lrwxr-xr-x 1 norion admin 38 8 24 16:14 pcre2-config -> ../Cellar/pcre2/10.33/bin/pcre2-config
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2grep -> ../Cellar/pcre2/10.33/bin/pcre2grep
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2test -> ../Cellar/pcre2/10.33/bin/pcre2test
lrwxr-xr-x 1 norion admin 44 8 24 16:15 pkg-config -> ../Cellar/pkg-config/0.29.2_3/bin/pkg-config
-rwxr-xr-x 1 root admin 526 11 5 2019 pod
lrwxr-xr-x 1 norion admin 31 11 1 2019 rbenv -> ../Cellar/rbenv/1.1.2/bin/rbenv
lrwxr-xr-x 1 norion admin 47 11 1 2019 rbenv-install -> ../Cellar/ruby-build/20191031/bin/rbenv-install
lrwxr-xr-x 1 norion admin 49 11 1 2019 rbenv-uninstall -> ../Cellar/ruby-build/20191031/bin/rbenv-uninstall
lrwxr-xr-x 1 norion admin 44 11 1 2019 ruby-build -> ../Cellar/ruby-build/20191031/bin/ruby-build
-rwxr-xr-x 1 root admin 534 11 5 2019 sandbox-pod
-rwxr-xr-x 1 root admin 630 8 24 16:10 update_rubygems
-rwxr-xr-x 1 root wheel 75 6 29 2018 vbox-img
-rwxr-xr-x 1 root wheel 77 6 29 2018 vboxwebsrv
-rwxr-xr-x 1 root admin 532 11 5 2019 xcodeproj
norion@norions-Mac-mini bin % mv xcodeproj xcodeproj_back
norion@norions-Mac-mini bin % ls -al
total 48
drwxrwxr-x 42 norion admin 1344 8 24 16:45 .
drwxr-xr-x 15 root wheel 480 8 22 00:32 ..
-rw-r--r-- 1 norion admin 0 11 1 2019 .keepme
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxAutostart
-rwxr-xr-x 1 root wheel 82 6 29 2018 VBoxBalloonCtrl
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxBugReport
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxDTrace
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxHeadless
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxManage
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxVRDP
-rwxr-xr-x 1 root wheel 77 6 29 2018 VirtualBox
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoconf -> ../Cellar/autoconf/2.69/bin/autoconf
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoheader -> ../Cellar/autoconf/2.69/bin/autoheader
lrwxr-xr-x 1 norion admin 36 11 1 2019 autom4te -> ../Cellar/autoconf/2.69/bin/autom4te
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoreconf -> ../Cellar/autoconf/2.69/bin/autoreconf
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoscan -> ../Cellar/autoconf/2.69/bin/autoscan
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoupdate -> ../Cellar/autoconf/2.69/bin/autoupdate
lrwxr-xr-x 1 norion admin 28 9 18 2019 brew -> /usr/local/Homebrew/bin/brew
-rwxr-xr-x 1 root admin 538 11 5 2019 fuzzy_match
lrwxr-xr-x 1 norion admin 30 8 24 16:14 git -> ../Cellar/git/2.23.0_1/bin/git
lrwxr-xr-x 1 norion admin 40 8 24 16:14 git-cvsserver -> ../Cellar/git/2.23.0_1/bin/git-cvsserver
lrwxr-xr-x 1 norion admin 43 8 24 16:14 git-receive-pack -> ../Cellar/git/2.23.0_1/bin/git-receive-pack
lrwxr-xr-x 1 norion admin 36 8 24 16:14 git-shell -> ../Cellar/git/2.23.0_1/bin/git-shell
lrwxr-xr-x 1 norion admin 45 8 24 16:14 git-upload-archive -> ../Cellar/git/2.23.0_1/bin/git-upload-archive
lrwxr-xr-x 1 norion admin 42 8 24 16:14 git-upload-pack -> ../Cellar/git/2.23.0_1/bin/git-upload-pack
lrwxr-xr-x 1 norion admin 31 8 24 16:14 gitk -> ../Cellar/git/2.23.0_1/bin/gitk
-rwxr-xr-x 1 root admin 535 11 5 2019 httpclient
lrwxr-xr-x 1 norion admin 35 11 1 2019 ifnames -> ../Cellar/autoconf/2.69/bin/ifnames
lrwxr-xr-x 1 norion admin 38 8 24 16:14 pcre2-config -> ../Cellar/pcre2/10.33/bin/pcre2-config
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2grep -> ../Cellar/pcre2/10.33/bin/pcre2grep
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2test -> ../Cellar/pcre2/10.33/bin/pcre2test
lrwxr-xr-x 1 norion admin 44 8 24 16:15 pkg-config -> ../Cellar/pkg-config/0.29.2_3/bin/pkg-config
-rwxr-xr-x 1 root admin 526 11 5 2019 pod
lrwxr-xr-x 1 norion admin 31 11 1 2019 rbenv -> ../Cellar/rbenv/1.1.2/bin/rbenv
lrwxr-xr-x 1 norion admin 47 11 1 2019 rbenv-install -> ../Cellar/ruby-build/20191031/bin/rbenv-install
lrwxr-xr-x 1 norion admin 49 11 1 2019 rbenv-uninstall -> ../Cellar/ruby-build/20191031/bin/rbenv-uninstall
lrwxr-xr-x 1 norion admin 44 11 1 2019 ruby-build -> ../Cellar/ruby-build/20191031/bin/ruby-build
-rwxr-xr-x 1 root admin 534 11 5 2019 sandbox-pod
-rwxr-xr-x 1 root admin 630 8 24 16:10 update_rubygems
-rwxr-xr-x 1 root wheel 75 6 29 2018 vbox-img
-rwxr-xr-x 1 root wheel 77 6 29 2018 vboxwebsrv
-rwxr-xr-x 1 root admin 532 11 5 2019 xcodeproj_back
norion@norions-Mac-mini bin % brew reinstall cocoapods
==> Downloading https://homebrew.bintray.com/bottles/cocoapods-1.9.3.catalina.bottle.tar.gz
Already downloaded: /Users/norion/Library/Caches/Homebrew/downloads/be27887b0c229c470f4317151fc80f64c514eee3ba322c140447b91f7f936571--cocoapods-1.9.3.catalina.bottle.tar.gz
==> Reinstalling cocoapods
==> Pouring cocoapods-1.9.3.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/pod
Target /usr/local/bin/pod
already exists. You may want to remove it:
rm '/usr/local/bin/pod'
To force the link and overwrite all conflicting files:
brew link --overwrite cocoapods
To list all files that would be deleted:
brew link --overwrite --dry-run cocoapods
Possible conflicting files are:
/usr/local/bin/pod
==> Summary
🍺 /usr/local/Cellar/cocoapods/1.9.3: 12,523 files, 28.3MB
norion@norions-Mac-mini bin % ls -al
total 48
drwxrwxr-x 42 norion admin 1344 8 24 16:45 .
drwxr-xr-x 15 root wheel 480 8 22 00:32 ..
-rw-r--r-- 1 norion admin 0 11 1 2019 .keepme
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxAutostart
-rwxr-xr-x 1 root wheel 82 6 29 2018 VBoxBalloonCtrl
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxBugReport
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxDTrace
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxHeadless
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxManage
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxVRDP
-rwxr-xr-x 1 root wheel 77 6 29 2018 VirtualBox
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoconf -> ../Cellar/autoconf/2.69/bin/autoconf
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoheader -> ../Cellar/autoconf/2.69/bin/autoheader
lrwxr-xr-x 1 norion admin 36 11 1 2019 autom4te -> ../Cellar/autoconf/2.69/bin/autom4te
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoreconf -> ../Cellar/autoconf/2.69/bin/autoreconf
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoscan -> ../Cellar/autoconf/2.69/bin/autoscan
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoupdate -> ../Cellar/autoconf/2.69/bin/autoupdate
lrwxr-xr-x 1 norion admin 28 9 18 2019 brew -> /usr/local/Homebrew/bin/brew
-rwxr-xr-x 1 root admin 538 11 5 2019 fuzzy_match
lrwxr-xr-x 1 norion admin 30 8 24 16:14 git -> ../Cellar/git/2.23.0_1/bin/git
lrwxr-xr-x 1 norion admin 40 8 24 16:14 git-cvsserver -> ../Cellar/git/2.23.0_1/bin/git-cvsserver
lrwxr-xr-x 1 norion admin 43 8 24 16:14 git-receive-pack -> ../Cellar/git/2.23.0_1/bin/git-receive-pack
lrwxr-xr-x 1 norion admin 36 8 24 16:14 git-shell -> ../Cellar/git/2.23.0_1/bin/git-shell
lrwxr-xr-x 1 norion admin 45 8 24 16:14 git-upload-archive -> ../Cellar/git/2.23.0_1/bin/git-upload-archive
lrwxr-xr-x 1 norion admin 42 8 24 16:14 git-upload-pack -> ../Cellar/git/2.23.0_1/bin/git-upload-pack
lrwxr-xr-x 1 norion admin 31 8 24 16:14 gitk -> ../Cellar/git/2.23.0_1/bin/gitk
-rwxr-xr-x 1 root admin 535 11 5 2019 httpclient
lrwxr-xr-x 1 norion admin 35 11 1 2019 ifnames -> ../Cellar/autoconf/2.69/bin/ifnames
lrwxr-xr-x 1 norion admin 38 8 24 16:14 pcre2-config -> ../Cellar/pcre2/10.33/bin/pcre2-config
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2grep -> ../Cellar/pcre2/10.33/bin/pcre2grep
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2test -> ../Cellar/pcre2/10.33/bin/pcre2test
lrwxr-xr-x 1 norion admin 44 8 24 16:15 pkg-config -> ../Cellar/pkg-config/0.29.2_3/bin/pkg-config
-rwxr-xr-x 1 root admin 526 11 5 2019 pod
lrwxr-xr-x 1 norion admin 31 11 1 2019 rbenv -> ../Cellar/rbenv/1.1.2/bin/rbenv
lrwxr-xr-x 1 norion admin 47 11 1 2019 rbenv-install -> ../Cellar/ruby-build/20191031/bin/rbenv-install
lrwxr-xr-x 1 norion admin 49 11 1 2019 rbenv-uninstall -> ../Cellar/ruby-build/20191031/bin/rbenv-uninstall
lrwxr-xr-x 1 norion admin 44 11 1 2019 ruby-build -> ../Cellar/ruby-build/20191031/bin/ruby-build
-rwxr-xr-x 1 root admin 534 11 5 2019 sandbox-pod
-rwxr-xr-x 1 root admin 630 8 24 16:10 update_rubygems
-rwxr-xr-x 1 root wheel 75 6 29 2018 vbox-img
-rwxr-xr-x 1 root wheel 77 6 29 2018 vboxwebsrv
-rwxr-xr-x 1 root admin 532 11 5 2019 xcodeproj_back
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin % brew update
Already up-to-date.
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin %
norion@norions-Mac-mini bin % ls -al
total 48
drwxrwxr-x 42 norion admin 1344 8 24 16:45 .
drwxr-xr-x 15 root wheel 480 8 22 00:32 ..
-rw-r--r-- 1 norion admin 0 11 1 2019 .keepme
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxAutostart
-rwxr-xr-x 1 root wheel 82 6 29 2018 VBoxBalloonCtrl
-rwxr-xr-x 1 root wheel 80 6 29 2018 VBoxBugReport
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxDTrace
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxHeadless
-rwxr-xr-x 1 root wheel 77 6 29 2018 VBoxManage
-rwxr-xr-x 1 root wheel 79 6 29 2018 VBoxVRDP
-rwxr-xr-x 1 root wheel 77 6 29 2018 VirtualBox
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoconf -> ../Cellar/autoconf/2.69/bin/autoconf
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoheader -> ../Cellar/autoconf/2.69/bin/autoheader
lrwxr-xr-x 1 norion admin 36 11 1 2019 autom4te -> ../Cellar/autoconf/2.69/bin/autom4te
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoreconf -> ../Cellar/autoconf/2.69/bin/autoreconf
lrwxr-xr-x 1 norion admin 36 11 1 2019 autoscan -> ../Cellar/autoconf/2.69/bin/autoscan
lrwxr-xr-x 1 norion admin 38 11 1 2019 autoupdate -> ../Cellar/autoconf/2.69/bin/autoupdate
lrwxr-xr-x 1 norion admin 28 9 18 2019 brew -> /usr/local/Homebrew/bin/brew
-rwxr-xr-x 1 root admin 538 11 5 2019 fuzzy_match
lrwxr-xr-x 1 norion admin 30 8 24 16:14 git -> ../Cellar/git/2.23.0_1/bin/git
lrwxr-xr-x 1 norion admin 40 8 24 16:14 git-cvsserver -> ../Cellar/git/2.23.0_1/bin/git-cvsserver
lrwxr-xr-x 1 norion admin 43 8 24 16:14 git-receive-pack -> ../Cellar/git/2.23.0_1/bin/git-receive-pack
lrwxr-xr-x 1 norion admin 36 8 24 16:14 git-shell -> ../Cellar/git/2.23.0_1/bin/git-shell
lrwxr-xr-x 1 norion admin 45 8 24 16:14 git-upload-archive -> ../Cellar/git/2.23.0_1/bin/git-upload-archive
lrwxr-xr-x 1 norion admin 42 8 24 16:14 git-upload-pack -> ../Cellar/git/2.23.0_1/bin/git-upload-pack
lrwxr-xr-x 1 norion admin 31 8 24 16:14 gitk -> ../Cellar/git/2.23.0_1/bin/gitk
-rwxr-xr-x 1 root admin 535 11 5 2019 httpclient
lrwxr-xr-x 1 norion admin 35 11 1 2019 ifnames -> ../Cellar/autoconf/2.69/bin/ifnames
lrwxr-xr-x 1 norion admin 38 8 24 16:14 pcre2-config -> ../Cellar/pcre2/10.33/bin/pcre2-config
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2grep -> ../Cellar/pcre2/10.33/bin/pcre2grep
lrwxr-xr-x 1 norion admin 35 8 24 16:14 pcre2test -> ../Cellar/pcre2/10.33/bin/pcre2test
lrwxr-xr-x 1 norion admin 44 8 24 16:15 pkg-config -> ../Cellar/pkg-config/0.29.2_3/bin/pkg-config
-rwxr-xr-x 1 root admin 526 11 5 2019 pod
lrwxr-xr-x 1 norion admin 31 11 1 2019 rbenv -> ../Cellar/rbenv/1.1.2/bin/rbenv
lrwxr-xr-x 1 norion admin 47 11 1 2019 rbenv-install -> ../Cellar/ruby-build/20191031/bin/rbenv-install
lrwxr-xr-x 1 norion admin 49 11 1 2019 rbenv-uninstall -> ../Cellar/ruby-build/20191031/bin/rbenv-uninstall
lrwxr-xr-x 1 norion admin 44 11 1 2019 ruby-build -> ../Cellar/ruby-build/20191031/bin/ruby-build
-rwxr-xr-x 1 root admin 534 11 5 2019 sandbox-pod
-rwxr-xr-x 1 root admin 630 8 24 16:10 update_rubygems
-rwxr-xr-x 1 root wheel 75 6 29 2018 vbox-img
-rwxr-xr-x 1 root wheel 77 6 29 2018 vboxwebsrv
-rwxr-xr-x 1 root admin 532 11 5 2019 xcodeproj_back
norion@norions-Mac-mini bin % mv xcodeproj_back xcodeproj
norion@norions-Mac-mini bin % brew link --overwite cocoapods
Usage: brew link, ln [options] formula
Symlink all of formula's installed files into Homebrew's prefix. This is done
automatically when you install formulae but can be useful for DIY installations.
--overwrite Delete files that already exist in the
prefix while linking.
-n, --dry-run List files which would be linked or deleted
by brew link --overwrite without actually
linking or deleting any files.
-f, --force Allow keg-only formulae to be linked.
-d, --debug Display any debugging information.
-q, --quiet Suppress any warnings.
-v, --verbose Make some output more verbose.
-h, --help Show this message.
Error: invalid option: --overwite
norion@norions-Mac-mini bin % brew link --overwrite cocoapods
Linking /usr/local/Cellar/cocoapods/1.9.3... 2 symlinks created
norion@norions-Mac-mini bin % cd /usr/local/Cellar/cocoapods
norion@norions-Mac-mini cocoapods % ls
1.9.3
norion@norions-Mac-mini cocoapods % cd -
/usr/local/bin
norion@norions-Mac-mini bin % brew reinstall cocoapods
==> Downloading https://homebrew.bintray.com/bottles/cocoapods-1.9.3.catalina.bottle.tar.gz
Already downloaded: /Users/norion/Library/Caches/Homebrew/downloads/be27887b0c229c470f4317151fc80f64c514eee3ba322c140447b91f7f936571--cocoapods-1.9.3.catalina.bottle.tar.gz
==> Reinstalling cocoapods
==> Pouring cocoapods-1.9.3.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/cocoapods/1.9.3: 12,523 files, 28.3MB
norion@norions-Mac-mini bin %
실행 한 이후에 Unity 빌드를 다시 했는데 여러 Error 들이 사라졌다.
하지만 아래와 같이 Error 1개가 발생하였는데 이거는 나중에 뭔지 찾아보고 따로 올리도록 하겠다.
ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <e1319b7195c343e79b385cd3aa43f5dc>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) (at <e1319b7195c343e79b385cd3aa43f5dc>:0)
UnityEditor.iOS.Xcode.PBX.FileTypeUtils.ParseSourceTree (System.String tree) (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBX/Utils.cs:294)
UnityEditor.iOS.Xcode.PBX.PBXGroupData.UpdateVars () (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBX/Objects.cs:440)
UnityEditor.iOS.Xcode.PBX.KnownSectionBase`1[T].AddObject (System.String key, UnityEditor.iOS.Xcode.PBX.PBXElementDict value) (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBX/Sections.cs:55)
UnityEditor.iOS.Xcode.PBXProjectData.ReadFromStream (System.IO.TextReader sr) (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBXProjectData.cs:537)
UnityEditor.iOS.Xcode.PBXProject.ReadFromStream (System.IO.TextReader sr) (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBXProject.cs:1627)
UnityEditor.iOS.Xcode.PBXProject.ReadFromString (System.String src) (at /Users/builduser/buildslave/unity/build/External/XcodeAPI/Xcode/PBXProject.cs:1622)
UnityEditor.iOS.PostProcessiPhonePlayer.ReportBuildLibrariesIncluded (UnityEditor.Build.Reporting.BuildReport report) (at /Users/builduser/buildslave/unity/build/PlatformDependent/iPhonePlayer/Extensions/Common/BuildPostProcessor.cs:777)
UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) (at /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:200)
UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) (at /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:97)
UnityEditor.BuildPlayerWindow.GUIBuildButtons (UnityEditor.Modules.IBuildWindowExtension buildWindowExtension, System.Boolean enableBuildButton, System.Boolean enableBuildAndRunButton, System.Boolean canInstallInBuildFolder, UnityEditor.Build.BuildPlatform platform) (at /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:907)
UnityEditor.BuildPlayerWindow.ShowBuildTargetSettings () (at /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:807)
UnityEditor.BuildPlayerWindow.OnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:410)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <e1319b7195c343e79b385cd3aa43f5dc>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <e1319b7195c343e79b385cd3aa43f5dc>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <e1319b7195c343e79b385cd3aa43f5dc>:0)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at /Users/builduser/buildslave/unity/build/Editor/Mono/HostView.cs:342)
UnityEditor.HostView.Invoke (System.String methodName) (at /Users/builduser/buildslave/unity/build/Editor/Mono/HostView.cs:336)
UnityEditor.HostView.OldOnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/HostView.cs:129)
UnityEngine.Experimental.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:266)
UnityEngine.Experimental.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:438)
UnityEngine.Experimental.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:421)
UnityEngine.Experimental.UIElements.IMGUIContainer.HandleEvent (UnityEngine.Experimental.UIElements.EventBase evt) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:401)
UnityEngine.Experimental.UIElements.EventDispatcher.ProcessEvent (UnityEngine.Experimental.UIElements.EventBase evt, UnityEngine.Experimental.UIElements.IPanel panel) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/EventDispatcher.cs:511)
UnityEngine.Experimental.UIElements.EventDispatcher.Dispatch (UnityEngine.Experimental.UIElements.EventBase evt, UnityEngine.Experimental.UIElements.IPanel panel, UnityEngine.Experimental.UIElements.DispatchMode dispatchMode) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/EventDispatcher.cs:307)
UnityEngine.Experimental.UIElements.BaseVisualElementPanel.SendEvent (UnityEngine.Experimental.UIElements.EventBase e, UnityEngine.Experimental.UIElements.DispatchMode dispatchMode) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/Panel.cs:176)
UnityEngine.Experimental.UIElements.UIElementsUtility.DoDispatch (UnityEngine.Experimental.UIElements.BaseVisualElementPanel panel) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/UIElementsUtility.cs:245)
UnityEngine.Experimental.UIElements.UIElementsUtility.ProcessEvent (System.Int32 instanceID, System.IntPtr nativeEventPtr) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/UIElementsUtility.cs:68)
UnityEngine.GUIUtility.ProcessEvent (System.Int32 instanceID, System.IntPtr nativeEventPtr) (at /Users/builduser/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:179)
'Programming > Unity' 카테고리의 다른 글
유니티 안드로이드 JAR 플러그인 생성방법 (Unity Android Plugin JAR) (0) | 2022.09.24 |
---|---|
IOS 시뮬레이터 빌드 (0) | 2020.10.14 |
최적화되지 않은 APK (0) | 2020.07.13 |
안드로이드 앱 서명키 및 업로드 키 (0) | 2020.07.13 |
Assets\GooglePlayGames\Editor\NearbyConnectionUI.cs(137,17): error CS0234: The type or namespace name 'VersionHandler' does not exist in the namespace 'Google' (are you missing an assembly reference?) (0) | 2020.07.06 |
댓글