Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

282
Views
Se apagó el flipper y aún se obtiene la redefinición de Typedef con diferentes tipos ('uint8_t' (también conocido como 'unsigned char') frente a 'enum clockid_t')

Recibo este error en mi aplicación React-Native iOS:

 Typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')

Lo que generalmente significa que el flipper está habilitado y está causando problemas. Sin embargo, en mi caso, flipper está apagado:

 require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false target 'Newr Remote' do config = use_native_modules! # Flags change depending on the env values. flags = get_default_flags() use_react_native!( :path => config[:reactNativePath], # to enable hermes on iOS, change `false` to `true` and then install pods :hermes_enabled => flags[:hermes_enabled], :fabric_enabled => flags[:fabric_enabled], # An absolute path to your application root. :app_path => "#{Pod::Config.instance.installation_root}/.." ) target 'Newr RemoteTests' do inherit! :complete # Pods for testing end # Enables Flipper. # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable the next line. # use_flipper!() #post_install do |installer| # react_native_post_install(installer) # __apply_Xcode_12_5_M1_post_install_workaround(installer) #end end

Ya probé una instalación de pod. ¿Qué me podría estar perdiendo?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!