I have some shell scripts that are needed to run on the Build Phase of my iOS App, but all of then keeps getting killed when trying to run.
For example with SwiftLint:
/Users/vinicius/Library/Developer/Xcode/DerivedData/MyProject-somerandomstuff/Build/Intermediates.noindex/MyProject.build/Debug-iphonesimulator/MyProject.build/Script-BE4377BE84BF95B2A0F6A35B.sh: line 2: 44634 Killed: 9 "${PODS_ROOT}/SwiftLint/swiftlint" autocorrect
I was thinking that could be related to some lack of permission, but I can't really identify if it really is, since it's executing the files.
Do you have any idea?