-
Notifications
You must be signed in to change notification settings - Fork 163
NSInternalInconsistencyException error in iOS 13.2.2 and Xcode 11.3.1 Beta #248
Comments
I have same issue please help asap. |
I was facing the same issue. I removed the pod and added the CarbonKit.xcodeproj directly in the project. This fixed the crash. |
Please give the solution... crashing my app |
I am also facing the same issue and crashing my app |
@ermalkaleci Hi Thanks! |
@ermalkaleci Hey, it's not working with IOS 13 please kindly update the pod, i was trying to update into 2.3.1 but coco pod said this version is not compatible stay in the 2.2.2 Error Cocopod : [!] CocoaPods could not find compatible versions for pod "CarbonKit": Please provide the solution as soon as possible thanks for this CarbonKit |
@arsadrahman |
@arjungupta0107 How to add CarbonKit Manually ? |
@arsadrahman i mean you can drop |
This commit fixes ermalkaleci#248. This is a hot fix, a proper fix needed. ermalkaleci#248
@arjungupta0107 i have added CarbonKit manually in my project and doing the things which you have shared but still i face same error. |
Hi, I am using CarbonKit since long time but now after upgrading to iOS 13.2.2 it's crashing when the app is starting. The error is like below:
I have seen #241 and #242 which is same error and comments said that upgrading to CarbonKit 2.3.1 will fix this. I upgraded my pod to the said version but the issue is still persisting. How do I fix this?
Upon debugging I found that the crash is happening at the time of doing
When the
delegate
is being set it is crashing. When I put break points on the implementation of the constructor it isnot reaching the breakpoint
at all. What can be the meaning of this?The text was updated successfully, but these errors were encountered: