The file “Test” couldn’t be opened because you don’t have permission to view it.
ollieatkinson opened this issue · 1 comments
ollieatkinson commented
Bug
When trying to run the project through Xcode I get the following error:
The file “Test” couldn’t be opened because you don’t have permission to view it.
Steps to reproduce:
$ git clone git@github.com:airbnb/BuckSample.git && cd BuckSample
$ buck project --ide xcode Test:TestApp
-
Open
Test/TestApp.xcworkspace
-
Run on simulator
dfed commented
We have unit tests working in the app now. Steps are here:
- Run
make project
- Select the
ExampleApp
target - Press cmd+u
Unit tests should build and run. Closing this out, but feel free to re-open if the above steps don't work for you.