fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 140 forks source link

No such module when adding SnapshotHelper.swift file #377

Closed iOSAppMaker closed 8 years ago

iOSAppMaker commented 8 years ago

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??

orgmir commented 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.

iOSAppMaker commented 8 years ago

@Orgmir Cool. Do I need to import anything at all like the project module, etc or will they also auto import.

orgmir commented 8 years ago

I'm not sure, but you can easily try :) Also, you can close this issue if it's resolved.

fastlanebot commented 8 years ago

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: