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

Update core version to 0.92.4 #2627

Merged
merged 5 commits into from
Oct 3, 2015
Merged

Update core version to 0.92.4 #2627

merged 5 commits into from
Oct 3, 2015

Conversation

jpsim
Copy link
Contributor

@jpsim jpsim commented Oct 2, 2015

This expects core's tarball to have the following structure:

LICENSE
include/
librealm-dbg.a
librealm-ios-bitcode-dbg.a
librealm-ios-bitcode.a
librealm-ios-dbg.a -> librealm-ios-bitcode-dbg.a
librealm-ios-no-bitcode-dbg.a
librealm-ios-no-bitcode.a
librealm-ios.a -> librealm-ios-bitcode.a
librealm-watchos-dbg.a
librealm-watchos.a
librealm.a
release_notes.txt

This automatically switches core bitcode symlink when building the "iOS Dynamic" target of Realm.xcodeproj.

Once this is merged, we'll need to update the swift-1.2 branch's Realm.podspec to use s.ios.vendored_library = librealm-ios-no-bitcode.a. This way, we can point CocoaPods users of Realm Objective-C who can't update to Xcode 7 to point to the swift-1.2 branch. This will also support CP users of Realm Swift.

To be extra safe, we should probably also be running set-core-bitcode-symlink when building the static iOS framework target (EDIT: Done).

/cc @tgoyne @bdash

@jpsim jpsim added the Review label Oct 2, 2015
tgoyne added a commit that referenced this pull request Oct 3, 2015
Update core version to 0.92.4
@tgoyne tgoyne merged commit 23d82a8 into master Oct 3, 2015
@tgoyne tgoyne removed the Review label Oct 3, 2015
@tgoyne tgoyne deleted the jp-core-0.92.4 branch October 3, 2015 00:03
@gintechsystems
Copy link

So how do we fix this to work with CocoaPods 0.39.0? I am getting an error saying RLMResults.h not found and am using 0.95 Realm, objective-c.

@gintechsystems
Copy link

I was able to fix the issue by downgrading to 0.38.0 of CocoaPods.

@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.

None yet

3 participants