WeTransfer / Mocker

Mock Alamofire and URLSession requests without touching your code implementation
MIT License
1.12k stars 96 forks source link

The manual install results in an error of "swiftlint.sh: No such file or directory" #80

Closed cgoldammer closed 3 years ago

cgoldammer commented 3 years ago

Xcode 12.3. Steps to re-create:

  1. Create new project
  2. Follow documentation for "Manually" up until step that says "Click on the + button under the "Embedded Binaries" section."
  3. I can't find this section in Xcode 12.3. Instead, I use "Build Phases -> Link Binary with Libraries", click on "+" to add Mocker.Framework
  4. Run
/Users/cg/Library/Developer/Xcode/DerivedData/
test3-guivwchovivgnygzewodpgbybwtr/Build/Intermediates.noindex/
Mocker.build/Debug-iphoneos/Mocker.build/Script-503446441F3DE70C0039D5E4.sh:
line 2: ./Submodules/WeTransfer-iOS-CI/SwiftLint/swiftlint.sh: No such file or directory

That's triggered by Run custom shell script 'SwiftLint'.

Notes:

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.