-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find type 'Process' in scope #69
Comments
Process is part of Foundation, did you forget to do |
No, i import Foundation. |
You need to provide more context and preferably the code that causes this issue or this discussion won't lead anywhere. |
Oddly enough, if I try to build in Xcode it fails, but if I run |
I have the same problem, Xcode 14.2. |
Well, maybe (just maybe) you are trying to use it for iOS and then I'm afraid it's not the case, because there is no Process for iOS |
I can reproduce the issue and the cause was because the target in Xcode was "Any iOS devices" for me. Switching to My Mac fixed it. |
I am also one of guys who wish that use SwiftMockey with "Any iOS devices" without this error ;) |
@house0000 wrong discussion? This is about ShellOut and it will always be limited to macOS btw |
The Process class is missing
The text was updated successfully, but these errors were encountered: