Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column type rename #1

Merged
merged 2 commits into from
Feb 13, 2013
Merged

Column type rename #1

merged 2 commits into from
Feb 13, 2013

Conversation

kspangsege
Copy link
Contributor

Ready for review.

/cc @bmunkholm @astigsen

kspangsege added a commit that referenced this pull request Feb 13, 2013
@kspangsege kspangsege merged commit 2f389a3 into master Feb 13, 2013
alazier referenced this pull request May 1, 2014
alloy added a commit to alloy/realm-cocoa that referenced this pull request Oct 17, 2014
Fixes realm#981.

This will still link the objects in the static archive (the fake
framework) into the application binary, but it will also setup the
frameworks search path during the application linking phase so that
`Realm.framework` can be found.

This last part is important, because the `models` static library, which
is built with clang modules enabled (the default), will contain a linker
load flag that tells the linker to also load `Realm.framework` when
linking the `models` static library and if at that time (the application
linking phase) `Realm.framework` cannot be found in any frameworks
search paths, an unhelpful error like the following will be raised:

    ld: framework not found Realm for architecture i386

The linker load flag (`LC_LINKER_OPTION`) that gets added to the
`models` static library and that triggers the loading of
`Realm.framework` is the following:

    otool -l models/build-iPhoneSimulator/libmodels.a
    …
    Load command 10
         cmd LC_LINKER_OPTION
     cmdsize 32
       count 2
      string realm#1 -framework
      string realm#2 Realm
    …
@semireg semireg mentioned this pull request Jan 15, 2015
alazier added a commit that referenced this pull request Aug 10, 2015
SharedRealm object with support for transactions and notifications
@igrechuhin igrechuhin mentioned this pull request Apr 14, 2021
@FreestyleRR FreestyleRR mentioned this pull request Dec 13, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant