appmetrica / appmetrica-sdk-ios

AppMetrica SDK for iOS
https://appmetrica.io
MIT License
56 stars 6 forks source link

Failed to build in Xcode 16.0 Beta 5 #19

Open justnicke opened 1 month ago

justnicke commented 1 month ago

📚 AppMetrica SDK Version

5.6.0

🛠️ Xcode Version

Version 16.0 beta 5

📱 Device Information

iPhone 15 Pro, iOS 18.0

⚙️ Installation Method

CocoaPods

📝 Description

Проблема в зависимости KSCrash File name: KSMachineContext.c В KSCrash issue нашел упоминание KSMachineContext, но не думаю, что это связано.

KSCrashIssue

🔍 Reproducing the issue

  1. Установить зависимости

    pod 'AppMetricaCore', '~> 5.6.0'
    pod 'AppMetricaCrashes', '~> 5.6.0'
  2. Билд проекта

📋 Relevant AppMetrica Log Output or Crash Logs

Expand to view logs
``` // Your logs go here ```

📦 Attach Package.resolved (Swift Package Manager Users)

Click to expand Package.resolved
```json // Replace with your Package.resolved contents ```

🍫 Attach Podfile.lock (CocoaPods Users)

Click to expand Podfile.lock
```ruby // Replace with your Podfile.lock contents ```
Scvairy commented 1 month ago

It is fixed here: https://github.com/kstenerud/KSCrash/pull/514#issue-2368530296

mapmelad commented 1 month ago

Нужно добавить

include <sys/_types/_ucontext64.h>

GLinnik21 commented 3 weeks ago

Спасибо за репорт. Мы работаем над обновлением KSCrash.