I created a question on StackOverflow.
Everytime I'm running my projects on a device, it takes at least 20 minutes to compile, because of this command used in the framework.sh script of Cocoapods:
/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1"When I open the Console app of my macbook, I can see tons and tons of logs with "signcode" as a search term.
The thing here is that there is no volumes called "ToutSaufVac".
Any idea how to fix this?
I'm working on Sierra (10.12.1) and with Xcode 8.1 (8B62)