skip to Main Content

MacOS react native error bundler: failed to load command: pod

I tried creating a new project in react native: npx react-native@latest init myApp > gem which cocoapods /Users/nameUser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/cocoapods-1.13.0/lib/cocoapods.rb When creating the project I get this: Installing CocoaPods dependencies (this may take a few minutes) error bundler: failed to load command:…

VIEW QUESTION

Ios swift – UserDefaults value changes between app launches

I am using a user default values to observe notification preferences. I print the value on app launch: func application(_ application: UIApplication, didFinishLaunchingWithOptionslaunchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { print("notifications are initially (UserDefaults.standard.bool(forKey: UserDefaults.Keys.notificationsEnabled))") } And on app…

VIEW QUESTION
Back To Top
Search