You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
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 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 :
I have this crash :
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.
The text was updated successfully, but these errors were encountered: