0

After EarlGrey installation, when running the program, it shows error as "dyld: Library not loaded: @rpath/EarlGrey.framework/EarlGrey".

But when running the test suite there is no issues encountered.

1 Answers1

0

Are you running the application? The application itself cannot be run with EarlGrey embedded inside it.

gran_profaci
  • 8,087
  • 15
  • 66
  • 99
  • Yes while running the application, the error "dyld: Library not loaded: @rpath/EarlGrey.framework/EarlGrey." comes up, but while using in testing mode it works fine. Is anything wrong done installation? – Satadip Ghosh Jan 11 '19 at 04:54
  • The app will not run with EG already added into it. That's why we recommend a test rig instead. – gran_profaci Jan 14 '19 at 23:29