ReSwift / GitHubBrowserExample

[WIP] Real World Example for ReSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Library not loaded" error when running on device

zubko opened this issue · comments

When running on device,
I got an error like this for a bunch of frameworks:
screen shot 2016-03-10 at 12 29 35 pm

Solved by adding them to "Embeded Binaries":
screen shot 2016-03-10 at 12 58 50 pm

I can make a PR if this is a way to solve this type of error in Carthage.

Yes, you are right they should be embedded binaries. Technically there is another bug in Xcode that requires the usage of a script instead, but that's only relevant when submitting to the AppStore.

Thanks for catching this. Keep forgetting when setting up a new project.

PR definitely welcome :)

On Mar 10, 2016, at 03:02, Alexander Zubko notifications@github.com wrote:

When running on device,
I got an error like this for a bunch of frameworks:

Solved by adding them to "Embeded Binaries":

I can make a PR if this is a way to solve this type of error in Carthage.


Reply to this email directly or view it on GitHub.

Closing since @zubko solved this with #3 🎉