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