We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5347472 commit ba00d3eCopy full SHA for ba00d3e
README.md
@@ -29,7 +29,7 @@ If you prefer not to use any of dependency managers, you can integrate manually.
29
First call configure services:
30
31
```swift
32
-let filePath = Bundle.module.path(forResource: Constants.Firebase.plist_filename, ofType: .empty)!
+let filePath = Bundle.main.path(forResource: Constants.Firebase.plist_filename, ofType: .empty)!
33
let options = FirebaseOptions(contentsOfFile: filePath)!
34
SPProfiling.configure(firebaseOptions: options)
35
```
0 commit comments