microsoft / appcenter-sdk-apple

Development repository for the App Center SDK for iOS, macOS and tvOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash -[MSACHttpClient requestCompletedWithHttpCall:data:response:error:]

iCodeWoods opened this issue · comments

Description

SDK crashed in -[MSACHttpClient requestCompletedWithHttpCall:data:response:error:].

image

Here are some crash reports:
report-2517260424140009999-4dfa1496-2a27-4476-88d5-21ab56d53ad7.txt
report-2517263047240009999-e6511589-0c89-4605-a661-fa9537ccb3c3.txt
report-2517263043410009999-fb6f2cd6-cb33-481b-836c-2380d6ff0e72.txt
report-2517263042740009999-136bdfc2-2351-4ca7-951d-0fa3cb99738d.txt

Repro Steps

Online issue. Can't repro.

Details

  1. Which SDK version are you using?
    • 5.0.0
  2. Which OS version did you experience the issue on?
    • Online monitor, all iOS version
  3. Which Xcode version did you build the app with?
    • Xcode 14.2
  4. Which Cocoapods version are you using (run pod --version)?
    • 1.10.1
  5. What device version did you see this error on? Were you using an emulator or a physical device?
    • Online monitor, all kinds of physical device
  6. What language are you using?
    • Objective C
    • Swift

@iCodeWoods Thank you for your report. We will need some time to take a look.

commented

Hello @iCodeWoods , I believe this change can potentially fix this bug.
We are planning to release apple sdk this month, and you will be able to test if the problem is gone.

Hello @iCodeWoods , I believe this change can potentially fix this bug. We are planning to release apple sdk this month, and you will be able to test if the problem is gone.

Awesome! Thanks.

Hi @DmitriyKirakosyan , is there any updates about 'release apple sdk this month'?

Hi @DmitriyKirakosyan , Any updates?

commented

Hi @iCodeWoods , we are working on the release right now. Expected to be this week. The last changes I would like to get included in the release is #2470, so we get it merged first and then start the release. Thanks for patience.

Hello @iCodeWoods, the new 5.0.2 version is released, so I'm closing this issue.
Please, feel free to reopen it if you still facing the issues.

Update: After upgrade to v5.0.2, this crash is fixed. Thanks.