realm tag

42 questions


1 answers
111 views
0
This is a question when applying for an application using Realm.

Error uploading application using Realm.<Environment>xcode var 8.3.2Realm var 2.7.0 <Error>ERROR ITMS-90087: Unsupported Architectures.The executable for app name.app/Frameworks/Realm.fram...

2 years ago

1 answers
97 views
0
Is it possible to delete the realm table?

I understand that you need to add classes to increase tables in Realm and increase or decrease properties in the class to increase or decrease items, but I don't know how to delete the tables.I though...

2 years ago

1 answers
120 views
0
I can install Realm with the charge, but I can't compile it cannot be compiled.

Using the following site as a reference, I went to the point where I installed Realm using the culture.https://realm.io/jp/docs/swift/latest/However, when I try to compile with Xcode, I get played wit...

2 years ago

1 answers
94 views
0
Is it possible to delete the realm table?

I understand that you need to add classes to increase tables in Realm and increase or decrease properties in the class to increase or decrease items, but I don't know how to delete the tables.I though...

2 years ago

1 answers
74 views
0
Understanding Realm Reverse Relationships

This is a very rudimentary question...I can't really understand the convenience of Realm's reverse relationship even after reading some examples of reference books.I would appreciate it if you could l...

2 years ago

1 answers
110 views
0
I want to use the Realm file created in Realm Studio in my own application.

I have a question about Realm.I am currently developing an application using SwiftUI, but what should I do if I use the Realm file created by Realm Studio within the application?let realm=try!Realm()l...

2 years ago

1 answers
90 views
0
Default.realm size does not decrease after deletion in RLMealm deleteObject

Among TimelineItems(RLMOobject) nested in Timeline(RLMOobject), I wrote a code to delete data that is older than 12 hours ago in bulk The size of the database file (default.realm) does not decrease.Th...

2 years ago

1 answers
97 views
0
Module compiled with Swift 3.0.2 Cannot be imported in Swift 3.2.2 Countermeasures

When I tried to download and use the following sample code of 06_Generating and Initializing Model Objects in the book Introduction to Realm, I opened it in Xcode 9.1, but an error occurred and I coul...

2 years ago

1 answers
72 views
0
Realm handles existing databases

I'm a beginner at Realm, so I'm sorry if this is a misguided question.Currently, I convert the database created in Excel into csv, load it from SQLite, and run it with the iPhone app.However, since th...

2 years ago

1 answers
128 views
0
RealmSwift wants to get a list of "many" of one-to-many relationships

I'm a beginner practicing database operations at realm.Implementation of tag functionality, database designI was able to run the database using this answer.Therefore, I would like to display a list of...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.