[PR #1728] Bump Realm dependency in Podfile for iOS. #1671

Open
opened 2026-04-25 00:00:31 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1728
Author: @indiefan
Created: 11/16/2025
Status: 🔄 Open

Base: masterHead: realm-dep-fix


📝 Commits (1)

  • 6418538 Bump Realm dependency in Podfile for iOS.

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 ios/App/Podfile (+1 -1)
📝 ios/App/Podfile.lock (+9 -9)

📄 Description

Brief summary

Bumps the version for RealmSwift in the iOS Podfile.

So I needed this to get past Xcode errors (something about RealmSwift requiring iOS 26.1). Not sure if it's just my setup, or if others have experienced the same issue. Discord had one member asking about the same error a year ago, but getting no response. Sending it here in case it helps others, but feel free to ignore if fresh installs work for other folks.

I don't know what changed in RealmSwift between 10.54.4 and 10.54.6 (my guess is that 10.54.6 is either the oldest version available, or that my local setup required an update to happen to unbork the framework linking from not updating for a long time).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1728 **Author:** [@indiefan](https://github.com/indiefan) **Created:** 11/16/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `realm-dep-fix` --- ### 📝 Commits (1) - [`6418538`](https://github.com/advplyr/audiobookshelf-app/commit/641853814fdf1ef02a4fff24fea038e0af546134) Bump Realm dependency in Podfile for iOS. ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/Podfile` (+1 -1) 📝 `ios/App/Podfile.lock` (+9 -9) </details> ### 📄 Description ## Brief summary Bumps the version for RealmSwift in the iOS Podfile. So I needed this to get past Xcode errors (something about RealmSwift requiring iOS 26.1). Not sure if it's just my setup, or if others have experienced the same issue. Discord had one member asking about the same error a year ago, but getting no response. Sending it here in case it helps others, but feel free to ignore if fresh installs work for other folks. I don't know what changed in RealmSwift between 10.54.4 and 10.54.6 (my guess is that 10.54.6 is either the oldest version available, or that my local setup required an update to happen to unbork the framework linking from not updating for a long time). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:31 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1671