Closed iOSAppMaker closed 8 years ago
I don't think you need declare the import SnapshotHelper
. Just add it to your UITest target and use it on your test class.
@Orgmir Cool. Do I need to import anything at all like the project module, etc or will they also auto import.
I'm not sure, but you can easily try :) Also, you can close this issue if it's resolved.
This issue was migrated to https://github.com/fastlane/fastlane/issues/2516. 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:
I'm getting a "No such Module" when adding SnapshotHelper.swift file to the UITests.swift file using: import SnapshotHelper
I did the Clean, restart, everything. Also checked that the files are added to the target. What might be the problem??