Closed ferranpujolcamins closed 4 years ago
Ey @ferranpujolcamins!
Yep, it seems it is a problem related to permissions, if you are running it locally, could you fix them and relaunch?
sudo chmod -R 755 SensorDocs.app
nef compile --project SensorDocs.app
The problem still persists.
After a quick look with ls
the permissions look fine.
Any specific file to check?
Let's review your project structure to check playgrounds are linked properly:
SensorDocs.app/Contents/MacOS
and you will find your SensorDocs.xcworkspace
SensorDocs.app/Contents/MacOS/SensorDocs.xcworkspace/contents.xcworkspacedata
<FileRef>
tags, the structure should be location ="group:*.playground"
is it correct?
My playground has no such workspace. After comparing with a freshly created nef playground I realized other files are missing. I think I messed up and just partially added the playground to git. I'll just create one from scratch.
Apologies for opening a bug prematurely.
Thank you for your time and help. It's really appreciated.
Sure! No problem!
If you need help with your new nef project just tell us :)
Description
I run nef compile and I got an error on a playground that previously worked fine
Expected outcome
The playground is built.
Observed outcome
I get the following error:
nef modules, version, platform
macOS playground nef 0.6.1
Tooling
Other
Same issue with the markdown command
Maybe it's a permissions problem? Maybe something wrong with some path? Let me know how can I help debugging this.