Closed darshitkamani closed 3 years ago
You only have 1 error here, the rest are warnings that have to do with Snapchat's code not my own, and the error tells you to install the path_provider
module.
@TimmyRB I already install the path_provider package into my pubspec.yaml file. But whenever I try to install the snapkit package, it will automatically install the path_provider package in the project directory.
You need to install path_provider with Cocapods not with Flutter
@TimmyRB can you guide me on how to install path_provider with Cocapods?
/Users/imac/DATA/project/demo project/snapchat_login_app/ios/Pods/SnapKit/Source/ConstraintView+Extensions.swift:113:5: warning: 'public' modifier is redundant for property declared in a public extension public var snp_center: ConstraintItem { return self.snp.center } ^
~~Could not build the application for the simulator. Error launching application on iPhone 11 Pro Max.
I found this type of error while run my app in ios.