Error: Process not in scope in Airbnb style guide on Xcode #230
Replies: 3 comments 1 reply
-
Can you share a sample Xcode project that demonstrates this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @calda, thanks for your response. After trying to reproduce the issue on a new project, I found that the plugin works perfectly fine. I'll take a closer look at the build configuration and settings to see if there is anything that is causing the problem. If I still have any issues, I'll report this to Apple. If I happen to find any workaround or solution, I'll update here. It might help others facing similar problems. Thanks for your time! |
Beta Was this translation helpful? Give feedback.
-
I ran into this very same issue. I've attached a sample project which exhibits this issue. It compiles fine for MacOS but not for iOS. As per Apple's docs, Process is only available from Foundation on MacOS. So I'm unclear on how this build plugin can be made to work on an iOS project? |
Beta Was this translation helpful? Give feedback.
-
Issue with Airbnb Style Guide on Xcode - Cannot Find Type Process
Description
I am facing an issue with the Airbnb Style Guide on Xcode. I have installed the package through Xcode UI by navigating to Files -> Add Package -> Github URL. However, when I try to build, it stops with an error "Cannot Find type Process". I am using Xcode 14.3 (14E222b) with Swift version 5.8.
Solution Tried
I have tried the following solutions to resolve the issue:
Unfortunately, none of these solutions have resolved the issue.
I am seeking help from the community to resolve this issue. Has anyone else faced a similar issue, and if so, were you able to resolve it? Any help or suggestions would be greatly appreciated.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions