Am running Xcode 16.1 on Sequoia and am getting "No such module" error.
Here are my steps:
- Create workspace in Xcode and name it AccessControl2
- Create Project named OrangeInc and add it to AccessControl2 group.
- Create blank playground named AccessControl and add it to AccessControl2 group
Error message in playground after I add "import OrangeInc" reads "No such module"
Have tried repeating this several times; get same error message.