FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a crash on iOS 13.

jongwonatwork opened this issue · comments

Environment

  • Platform+version: iOS 13.3
  • FLEX version: 4.4.1

Bug Report

Our app has been crashed whenever it starts.
There are some crash logs.
I think this crash is related to your latest update about shorcuts.

*** Assertion failure in +[FLEXProperty named:onClass:], FLEXProperty.m:49
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Cannot find property with name image on class UIAlertController'
*** 

Please fix it~

Hi,

Can you remove the pod, run pod repo update, then install the pod again?

I published the wrong commit and I was made aware of this by someone earlier, and I have since deleted the old version from cocoapods and replaced it with the fixed version.

Hi,

I have got the same issue.
Removing the pod and then run pod repo update does not help for me...

@NSExceptional
Hi, thanks for your reply.

I downgraded the FLEX pod to 4.4.0, then update the pod again.
It fixed the problem.

  1. adding version
pod 'FLEX', '<= 4.4.0'
  1. downgrading the pod
  2. removing version
  3. updating the pod