Backendless Library Error

0

I am trying to use the Backendless example program for iOS, to login, register.

And I get the following error

  

libsystem_kernel.dylib '__ pthread_kill:       0x108590b64 < + 0 & gt ;: movl $ 0x2000148,% eax; imm = 0x2000148       0x108590b69 < + 5 & gt ;: movq% rcx,% r10       0x108590b6c < + 8 & gt ;: syscall   - > 0x108590b6e < + 10 & gt ;: jae 0x108590b78; < + 20 >       0x108590b70 < + 12 & gt ;: movq% rax,% rdi       0x108590b73 < + 15 & gt ;: jmp 0x108587b00; cerror_nocancel       0x108590b78 < + 20 & gt ;: retq
      0x108590b79 < + 21 & gt ;: nop
      0x108590b7a < + 22 & gt ;: nop
      0x108590b7b < + 23 & gt ;: nop

I barely downloaded the program I did

$ pod install
    
asked by Marcelo 24.06.2018 в 04:49
source

1 answer

0

Try to run the following to make sure you're using the latest version of the pod:

$ pod update
    
answered by 25.06.2018 в 18:17