realm tag

42 questions


1 answers
44 views
0
Realm Browser Cannot Open Default.realm

When I used RealmBrowser to specify the appropriate default.realm, the following message dialog was displayed, and I could not see the contents when I went ahead.'default' could not be opened. It may ...

2 years ago

2 answers
46 views
0
I'd like to create the initial data with Realm, but I don't know how to do it.

Swift 2.1Realm 0.98As an image, multiple questions and answers are stored in a DB like a quiz app, and Select from the question list to display a questionnaire and provide answers.I just introduced Re...

2 years ago

1 answers
96 views
0
Realm+kotlin android RealmMigrationNeededException—Field count is more than expected

Realm 2.1.1 + kotlin 1.1.3 environment.The exception RealmMigrationNeedException: Field count is more than expected always occurs during maigration.Before migration public open class TestObject():Real...

2 years ago

1 answers
44 views
0
How to add and migrate columns without losing Realm data

class UserClass:Object{ dynamic variable = 0 dynamic var user: String= let colorData=List<Color>() override static func primaryKey()->String?{ return user }}classVariousColor:Object{ dynamic...

2 years ago

1 answers
48 views
0
SIGABRT on Swift 1.2let realm=Realm()

Nice to meet you.I am studying the development of iOS apps by Swift personally.Use the SDK in GoogleMap to count the distance traveled from a point We are currently implementing a feature to store in ...

2 years ago

1 answers
43 views
0
Can Realm files be divided into multiple relationships?

Can you divide Realm files into multiple relationships?A.realm A TableB.realm B TableIs it possible to define parent-child relationships in tables A and B?

2 years ago

1 answers
86 views
0
I want RealmSwift to be deployed with CocoaPods

environment for xcode 7.2, realm-swift-0.96-2.3.At the terminal, enter sudogem install cocoapods to install pod setupSuccessfully installed cocoapods -0.39.0.Then you enter pod setup, Setting up Cocoa...

2 years ago

1 answers
110 views
0
I would like to use Realm, but I cannot change the column name or type.

I started developing an Android app using Realm, but if I change the column name and type, the app will drop.Even if you change one of them, the app will drop.Configuring ProgramsMainActivity.kt·Creat...

2 years ago

1 answers
51 views
0
Unable to specify path when creating Realm instance

let realm=try!Realm (path: path name you want to read)It used to be possible as shown in , but after the Realm version reaches 1.0, Argument labels' (path:) 'do not match any available overloadsThe wa...

2 years ago

2 answers
42 views
0
How do I open the realm file when I enable Sandbox?

When Sandbox is enabled, opening the realm file selected from OpenPanel causes an exception when creating the realm file .realm.management folder.Please tell me how to avoid it.The realm file assumes ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.