-1

Every time I run cmd + u I get this error:

enter image description here

If I run cmd + b the build is successful.

I tried to install for testing same pods as debug build but it seems that is not the problem. Also clean derived data also does not work.

Please, if you have any clue share it. Also feel free for asking about more information.

Edited:

    ld: warning: Could not find or use auto-linked framework 'Lottie'
    ld: warning: Could not find or use auto-linked framework 'Airship'

Undefined symbols for architecture arm64

Thanks

Andoni Da Silva
  • 1,161
  • 15
  • 31

1 Answers1

0

In podfile, after stopping using inherit from test target, and set this one to use Lottie and Airship directly, it works properly. In this way I can use this frameworks with my tests.

Andoni Da Silva
  • 1,161
  • 15
  • 31