Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Crashed TrackerQueue NSOperation, only when build .ipa from archive #13

Open
fingerup opened this issue Sep 28, 2016 · 1 comment
Open

Comments

@fingerup
Copy link

I had to upgrade my Xcode to 8, I had to converted my code to swift 2.3. atinternet-ios-swift-sdk was no longer compatible. I use branch swift2.3, with this line in my pod file :

target 'MyApp' do
    pod 'ATInternet-iOS-Swift-SDK/iOS', :git => 'https://github.com/at-internet/atinternet-ios-swift-sdk.git', :branch => 'swift2.3'
end

I have this crash :

#10. Crashed: TrackerQueue :: NSOperation 0x17005f620 (QOS: USER_INTERACTIVE)
0  libswiftCore.dylib             0x100a5cd54 swift_unknownRelease + 8
1  libswiftCore.dylib             0x1009308ac _TFCs28_NativeDictionaryStorageImpld + 316
2  libswiftCore.dylib             0x100930760 _TFCs28_NativeDictionaryStorageImplD + 12
3  Tracker                        0x10070f610 _TTSg5SSSSs8Hashables_SS___TFOs25_VariantDictionaryStorage17nativeUpdateValuefTq_6forKeyx_GSqq__ + 788
4  Tracker                        0x10070e5a0 _TFFC7Tracker7Tracker9setConfigFTGVs10DictionarySSSS_8overrideSb17completionHandlerGSqFT5isSetSb_T___T_U_FT_T_ + 200
5  Foundation                     0x191ef17e4 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16
6  Foundation                     0x191e36358 -[NSBlockOperation main] + 96
7  Foundation                     0x191e26954 -[__NSOperationInternal _start:] + 620
8  Foundation                     0x191ef3b90 __NSOQSchedule_f + 228

Randomly when start my app from Xcode, on simulator or device. And systematically when I build my .ipa from archive !

Here are the full details of the crash : crash.txt

Thanks for your help.

@evixar
Copy link

evixar commented Sep 28, 2016

Hi,

We'll try to reproduce your bug and let you know as soon as we patch our SDK.

Regards

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants