3

dyld: Library not loaded: @rpath/MicroBlink.framework/MicroBlink

Referenced from: /var/containers/Bundle/Application/F6A7AA6C-73C0-479C-8E6B-C679D3C1E515/text.app/text

Reason: image not found

Cerovec
  • 1,273
  • 10
  • 19
thobio joseph
  • 63
  • 1
  • 11

1 Answers1

3

MicroBlink.framework is a dynamic framework and as such you need to embed it in the app's bundle.

Here are the generic instructions about embedding frameworks: https://www.youtube.com/watch?v=A7KhnHdOs6A

Cerovec
  • 1,273
  • 10
  • 19