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
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
Thanks @cranimax - our fault for not noticing this
Will be fixed in the next release