-
Notifications
You must be signed in to change notification settings - Fork 102
Description
@DevHossamHassan Hey, thanks for releasing a new version containing some of my fixes, I wanted to give it a try but I found some issues.
One of the changes made on this version was fixing a typo of a bridge instabug function setPostInvocationHandler
. I was looking at the documentation but apparently it has not been updated since still has typo in the name (https://instabug.com/public/ios-api-reference/Classes/Instabug.html#//api/name/setPostInvocatioHandler:)
Instabug released that typo on version 6.1.1
https://github.com/Instabug/Instabug-iOS/blob/5671d11a43b527f69e501e2853e74114e3054afc/Instabug.framework/Versions/A/Headers/Instabug.h#L227
So I tried to update my pod version to 6.1.1, but that version does not longer exposes IBGEnums.h
which is used here: https://github.com/Instabug/instabug-reactnative/blob/master/ios/RNInstabug/RCTConvert%2BInstabugEnums.m#L10
Also not sure if the way we import instabug here https://github.com/Instabug/instabug-reactnative/blob/master/ios/RNInstabug/InstabugReactBridge.m#L8 was intentional, I'm not able to have a successful build since Instabug is not found.