Chapter 4: Schema Relationships

How to run / build playground in xCode 11?

@torlopov_andrey Do you still have issues with this?

seems to be broken! GIT merge which is go wrong :man_shrugging:t2:

content of:
~/Downloads/Realm_Building_Modern_Swift_Apps_with_Realm_Database_v2/04-schema-relationships/BackLinks-starter/Podfile

use_frameworks !

platform :ios, ‘12.1’

inhibit_all_warnings !

target “TestBackLinks” do

<<<<<<< HEAD

pod “RealmSwift”, ‘3.13.1’

=======

pod “RealmSwift”, ‘3.11.1’

>>>>>>> 2c08b0597eeb3ab0f18cca17d7889ba7141526d7

end

QUICK FIX (which worked for me)
remove the content of the original Podfile with this

use_frameworks!
platform :ios, ‘12.1’
inhibit_all_warnings!

target “TestBackLinks” do

pod “RealmSwift”, ‘4.3.2’

end

1 Like

Thanks @cranimax - our fault for not noticing this

Will be fixed in the next release