Tsuyoshi Yonemoto

Results 4 comments of Tsuyoshi Yonemoto

I have the same problem.

It's similar to this problem. https://github.com/SwiftyJSON/SwiftyJSON/issues/192#issuecomment-95345623 My problem has been solved. ``` Project > General > Linked Framework and Libraries > add FontAwesomeKit import FontAwesomeKit ```

``` $ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/yoneapp/go" GORACE="" GOROOT="/usr/local/Cellar/go/1.9.2/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.9.2/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/y2/415424wd0cx_0w97nx0417nm0000gn/T/go-build804874970=/tmp/go-build -gno-record-gcc-switches -fno-common" CXX="clang++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS=""...

I get the point. Thank you for your reply.