-
Notifications
You must be signed in to change notification settings - Fork 141
How to fix error - Undeclared Identifier Snapshot for Objective-C Project? #397
Comments
Did you add the helper and bridge files per https://github.com/fastlane/snapshot#quick-start? |
I did. I added -Swift.h to .m files and I could also see that in derived data folder. |
Following solution worked for me:
Hope that helps! |
Hey Zuber, sorry for delayed response. |
I'm fighting with the same issues here. @zauberware I've gone through every step you've laid out and Snapshot still cannot be found in my test files as a class. Any ideas? |
Hi @cguess , could you get to step 3 to generate the bridge file in the derived data? Hope that helps! Marcus |
This issue was migrated to fastlane/fastlane#1657. Please post all further comments there.
|
The swift.h file created by XCode holds no reference to snapshot.
The text was updated successfully, but these errors were encountered: