0

I'm facing problem while running my app. Here is the log of app.

dyld: Library not loaded: @rpath/Some.framework/Some
Referenced from: /var/containers/Bundle/Application/291BEF2B-BA81-4864-AB26-AD164537C440/Some.app/Some Reason: image not found

Here are some solutions which I found. Link 1, Link 2.

By referencing these I've added Framwork to "Embedded Binaries" under "General" tab.

But by doing so I'm getting another error at the time of making archive. Which is as below.

Found an unexpected Mach-O header code: 0x72613c21

For solving this I've visited some links which are Link 1 Which is saying remove framework from "Embedded Binaries" under "General" tab.

Please help me to solve these errors.

I'm having custom framework in my project.
I'm using Xcode 7.3

Scott Stensland
  • 26,870
  • 12
  • 93
  • 104
Mrugesh Tank
  • 3,495
  • 2
  • 29
  • 59

1 Answers1

0

Add your framework to "Copy Files" build phase with setting "Frameworks" as destination. This is alternate way to solve problem with

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

toma
  • 1,471
  • 12
  • 20