Instabug / Instabug-iOS

In-app feedback and bug reporting tool for apps.
https://instabug.com/
Other
291 stars 67 forks source link

Instabug 10.4.0 not working #408

Closed yusufkildan closed 3 years ago

yusufkildan commented 3 years ago

Hi, latest Instabug build not working. You can see the errors below: Screen Shot 2021-02-19 at 13 01 06

Xcode Version

12.4

SDK Version

10.4.0

iOS Version

iOS 14

Device Model

iPhone XR

Kmohamed commented 3 years ago

How do you integrate our framework?

yusufkildan commented 3 years ago

I'm using CocoaPods.

Kmohamed commented 3 years ago

What's your cocoa pods version?

yusufkildan commented 3 years ago

It is the latest version: 1.10.1

vasiliylisin commented 3 years ago

I had the same error for Instabug 10.4.1 when tried to build a branch, which was previously updated and succesfully built by another dev in my project. Running pod deintegrate and pod install fixed it for me.

Doesn't seem like it's a problem for this specific pod.

Kmohamed commented 3 years ago

This is actually a good point. @yusufkildan Could you give it a try?

yusufkildan commented 3 years ago

It's working now. Thanks a lot!