0

Edit: Couldn't solve it with the answers in the duplicate question and the other answers posted here, but ended up copying the source code of the library directly in my project. This way, it works.

I'm having the following runtime error when trying to run my app with AnyFormatKit library:

dyld: Library not loaded: @rpath/AnyFormatKit.framework/AnyFormatKit
Referenced from: /Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/IPS Reason: no suitable image found. Did find: /Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit: required code signature missing for '/Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit'

/Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit: required code signature missing for '/Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit'

/Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit: required code signature missing for '/Users/recruta/Library/Developer/CoreSimulator/Devices/1DA80144-E533-42D4-AD37-330F4DC051C0/data/Containers/Bundle/Application/E1D7058C-7D21-47F5-B513-180EC649B14D/IPS.app/Frameworks/AnyFormatKit.framework/AnyFormatKit'

I can't seem to resolve this. Any ideas what might be causing this problem?

Rod
  • 424
  • 2
  • 7
  • 17

1 Answers1

0

See this attached video Demo

After install pods quite xcode and open from .xworkSpace , run with me

enter image description here

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87
  • I tried creating a new project like you did, but the error persisted. Thanks for your effort in answering! – Rod Jan 18 '18 at 19:01
  • try do download the examples and from the libraries github of the framework,it works without errors – Shehata Gamal Jan 18 '18 at 19:03