airbnb/BuckSample

The file “Test” couldn’t be opened because you don’t have permission to view it.

ollieatkinson opened this issue · 1 comments

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.

http://snappyimages.nextwavesrl.netdna-cdn.com/img/175c94d75a697fb7771c70e744af5a9c.png
http://snpy.in/j6E1Kb

Steps to reproduce:

$ git clone git@github.com:airbnb/BuckSample.git && cd BuckSample
$ buck project --ide xcode Test:TestApp
  1. Open Test/TestApp.xcworkspace

  2. Run on simulator

dfed commented

We have unit tests working in the app now. Steps are here:

  1. Run make project
  2. Select the ExampleApp target
  3. 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.