parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
308 stars 69 forks source link

PFFacebookUtils' has no member 'initializeFacebookWithLaunchOptions #446

Open saravana46 opened 1 year ago

saravana46 commented 1 year ago

Appdelegate.swift

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { let configuration = ParseClientConfiguration { $0.applicationId = "" $0.clientKey = "" $0.server = "***" } Parse.initialize(with: configuration) PFFacebookUtils.initializeFacebookWithLaunchOptions(launchOptions) return true }

ERROR Type 'PFFacebookUtils' has no member 'initializeFacebookWithLaunchOptions'

LOG

reason: 'You must initialize PFFacebookUtils with a call to +initializeFacebookWithApplicationLaunchOptions'

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!