-1

I just got this message in Xcode : [TFSTDERRLogOperation class]: message sent to deallocated instance

I dont know where to search because search engines doesnt help so much about the TFSTDERRLogOperation class.

Nico AD
  • 1,657
  • 4
  • 31
  • 51
  • ok for the closed question... but hey, search in google , the only info about TFSTDERRLogOperation is this stackoverflow page, a bit strange isnt it ? even if I use some external libs, docs are generally available online and It is very rare to get 0 infos about a class (which is not yours) on search engines, but thanks to phix23 for the info about testflight which is used in my project. – Nico AD Oct 24 '12 at 13:57

1 Answers1

1

TFSTDERRLogOperation is a private class of the TestFlight SDK. Maybe this is a bug in the SDK. You can report this to TestFlight support.

Felix
  • 35,354
  • 13
  • 96
  • 143