Given the following command and file structure, mockolo fails with an error. I think this is because mockolo attempts to interpret Directory.swift as a file instead of a directory because of the .swift suffix. We're running into this because we use the https://github.com/auth0/JWTDecode.swift package which calls itself "JWTDecode.swift".
mockolo --sourcedirs Sources
Sources
Directory.swift
File.swift
Error:
MockoloFramework/SourceParser.swift:105: Fatal error: Retrieving contents of /Users/[...]/Sources/Directory.swift failed
Given the following command and file structure, mockolo fails with an error. I think this is because mockolo attempts to interpret
Directory.swiftas a file instead of a directory because of the.swiftsuffix. We're running into this because we use the https://github.com/auth0/JWTDecode.swift package which calls itself "JWTDecode.swift".Error: