Arol
Results
2
comments of
Arol
Hey! I continued debugging this and now I see that is the `GRK_BUNDLE` that it's not loaded properly this macro returns a null value.
I achieved a workaround that allow me to follow with my development: On `GRKPickerViewController:33` replace the line ~~#define GRK_BUNDLE [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"GrabKitBundle" ofType:@"bundle"]]~~ with ``` #define GRK_BUNDLE [NSBundle mainBundle]...