Vincent Cheung
Vincent Cheung
if you are still building with iOS 15 sdk, could try going into `Orientation.m`, and add ```objective-c [UIViewController attemptRotationToDeviceOrientation]; ``` below every ```objective-c [[UIDevice currentDevice] setValue:[NSNumber numberWithInteger: ... ] forKey:@"orientation"];...
@cookiespam's workaround works. for a less intrusive fix, we could "invert" twice ourselves, once in the container and once in every cell ```js return ( { return ( {/* cell...
@cookiespam then that was a good accident 👍
@charlymr i followed your instructions, it didn't work. it always spilt out the following error message ``` [!] Unable to find a specification for `SSZipArchive (~> 2.1)` depended upon by...
@pawansharmaAccolite, yes, it is
@pawansharmaAccolite if it’s working locally probably you haven’t had the patch applied on the pipeline. you will need to either fork this repo and add the change or use something...