Why is App.swift exclude from Package.swift?

I followed these steps,

added Realm SDK via SwiftPM.

But I failed Initialize the App.

I found App.swift excluded.

Why is App.swift exclude from Package.swift?


Realm framework version: v10.1.4
Xcode version: 12.1

Hi @Shinya_Kato Realm via SPM does not support Sync functionality yet, you will need to use Cocoapods or Carthage for the moment.

1 Like

@Lee_Maguire I understand, thank you!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.