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

172
Views
RxSwift: error en la ejecución de Playground: no se pudieron buscar símbolos

Creé un nuevo proyecto y usé pods para instalar RxSwift . Luego creé un patio de recreo y escribí el siguiente código:

 import UIKit import RxSwift import PlaygroundSupport var name = "hello" let names = Variable(["Good"])

Pero la consola muestra este error:

La ejecución del patio de juegos falló:

error: no se pudieron buscar los símbolos: __T07RxSwift8VariableCACyxGxcfC
__T07RxSwift8VariableCMa

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Pruebe esto para el Podfile en su lugar:

 platform :ios, '11.0' target 'RxSwiftPlayground' do use_frameworks! # Pods for RxSwiftPlayground pod 'RxSwift', '~> 4.0' end post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings.delete('CODE_SIGNING_ALLOWED') config.build_settings.delete('CODE_SIGNING_REQUIRED') end installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR' end end end

O

  1. Eliminar la línea 'importar RxSwift'
  2. Limpiar (Cmd + Shift + K)
  3. Construir (con error)
  4. Vuelva a colocar 'importar RxSwift'

Desde https://github.com/ReactiveX/RxSwift/issues/1660

over 4 years ago · Santiago Trujillo Report
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!