David

Results 32 comments of David

Is it because you are providing the "appBundleId"? I don't think you are supposed to provide that with the notarytool method.

Stapling keeps failing for me and I have yet to be able to successfully notarize my app. Perhaps this would solve the issue?

Completely agree with the OP. This has been a life saver! Thank you iaphub!

This is causing problems for us as well.

Experiencing this problem as well. ```` onSelect(options.filter(option => option.value === itemValue)[0]) } style={headerStyle} > {options.map((option, index) => { return ( ) })} ```` Looks like this in IOS and pressing...

I removed some padding I had in the styles and that seems to have fixed it to some degree. I can at least see options now even though the picker...

Yeah, I'll see what I can do. Unfortunately I don't fully understand how this works so it might be awhile before I can figure it out. If you could give...

It looks like CloudFlare put the file back up at https://www.cloudflare.com/static/misc/mod_cloudflare/mod_cloudflare.c But we probably should work towards moving to mod_remoteip anyways. It looks like this is what needs to be...

Alright, that's helpful. Thank you! Can you help me know where I would find the github hash though? I think I can figure out everything else.

Nevermind. It looks like the most recent SHA or hash is f0a17c80062aaee50d12e8f4097f7aa6a3d6c390 Now I'm just running into a composer running out of memory error. I'll figure it out though...