Closed tache closed 8 years ago
I have the exact same issue. Fresh install of snapshot.
I have found the problem. When generating a new UI Test Target Xcode creates the following line in setUp(): XCUIApplication().launch()
. If you remove this it works!
I commented out the app.launch()
from Setup as shown in the above example, and I still do not see the settings.
Can you please post your full Snapfile and XCTestCase class? Thanks!
This issue was migrated to https://github.com/fastlane/fastlane/issues/1634. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Using
snapshot 1.11.0
I am either having a user issue with configuration, it does not work the way I think it should, or it is broke.I have the following in my Snapfile:
In my Swift
XCTestCase
I haveIn my view controller of the app target, I have
when running
snapshot --verbose
, I do not see either as being set.When I add the following in the view controller, and then check out the
~/Library/Logs/snapshot/<app>.log
, I do not see either of the key/pairs set.