This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
App crashes when user clicks on GMImagePicker #91
Comments
GMImagePickerController [(UIView*)[_navigationController.toolbar.subviews objectAtIndex:0] setAlpha:0.75f]; // URGH - I know! this line was causing crash. |
you need permission in the .plist file |
Hi
I had all permission set. I removed above mentioned line and demo was
working fine.
…On Wed 13 Jun, 2018, 12:18 PM ion, ***@***.***> wrote:
you need permission in the .plist file
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APH9ifyb2sr0wVxKTtj2vpwjdfWXAR4Rks5t8LXHgaJpZM4UlY0R>
.
|
Maybe because when you call that line, the toolbar has no subviews.
Just call it later in a method “viewDidApear”
…Sent from my iPhone
On 13 Jun 2018, at 11:30, chiragpurohit71085 ***@***.***> wrote:
Hi
I had all permission set. I removed above mentioned line and demo was
working fine.
On Wed 13 Jun, 2018, 12:18 PM ion, ***@***.***> wrote:
> you need permission in the .plist file
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#91 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/APH9ifyb2sr0wVxKTtj2vpwjdfWXAR4Rks5t8LXHgaJpZM4UlY0R>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Okay, thanks. You can mark this is completed.
…On Fri 15 Jun, 2018, 1:19 PM ion, ***@***.***> wrote:
Maybe because when you call that line, the toolbar has no subviews.
Just call it later in a method “viewDidApear”
Sent from my iPhone
> On 13 Jun 2018, at 11:30, chiragpurohit71085 ***@***.***>
wrote:
>
> Hi
>
> I had all permission set. I removed above mentioned line and demo was
> working fine.
>
> On Wed 13 Jun, 2018, 12:18 PM ion, ***@***.***> wrote:
>
> > you need permission in the .plist file
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <
#91 (comment)
>,
> > or mute the thread
> > <
https://github.com/notifications/unsubscribe-auth/APH9ifyb2sr0wVxKTtj2vpwjdfWXAR4Rks5t8LXHgaJpZM4UlY0R
>
> > .
> >
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APH9iYOAZjY7cvwP_v_i6dmE-Nm6M_PXks5t82cWgaJpZM4UlY0R>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2018-06-13 06:50:52.080536+0530 GMPhotoPicker[7005:57801] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray'
The text was updated successfully, but these errors were encountered: