Ahmed-Ali / RealmObjectEditor

Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can save your schema document for later use and you can export your entities in Swift, Objective-C and Java.
MIT License
424 stars 47 forks source link

Swift 1.2 compilation #4

Closed timsp8 closed 9 years ago

timsp8 commented 9 years ago

Has anyone successfully got this project compiling in Swift 1.2?

The protocol func 'attributeTypeDidChange:' seems to be moaning about being over @objc overloaded.

"Compiler error: Method with Objective-C selector conflicts with previous declaration with the same Objective-C selector"

Ahmed-Ali commented 9 years ago

Unfortunately, I have not updated the project for the latest xCode and Swift updates. I will try to give it a look as soon as possible.

mextex commented 9 years ago

Looks great! Are you still planning an update to the latest xCode and Swift versions?

Ahmed-Ali commented 9 years ago

Done now. Thanks for the reminded.