IOS 14 black screen problem

Hi! I have a problem with my game and it is basically that the game does not work in iOS14, basically you open the game and it stays on a black screen and the default splash of unity does not appear (iphone 7). I have tried to update the Xcode to the latest version, update all the sdk we have (MAS (Yodo1), facebook, firebase) and it doesn’t work either. I proved to generate an empty project and there it does work, so there will be some conflict with the project, it is strange because in ios13 it worked perfectly. Any ideas? This is the log that comes out:

0-09-19 00:04:47.087877+0200 (game name)[390:12774] [Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.” UserInfo={NSDebugDescription=The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2020-09-19 00:04:47.140101+0200 (game name)[390:12772] [Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.” UserInfo={NSDebugDescription=The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2020-09-19 00:04:51.Errors found! Invalidating cache…

SOLVED: we fixed the problem changin the type of compression of some textures, is weird because in ios 13 this work perfectly

Hi, I got the same problem with rendertextures, when taking a snapshot its black. I have an app in the appstore where this used to work but now has this problem. Same for any newly compiled versions.

Can

  1. Can you say more detail to fix this problem?
    Which texture need change type of compression?

  2. And after fixed. Is this log still appear?
    “[Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.” UserInfo={NSDebugDescription=The connection to service on pid 86 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}”

Thanks very much.

any hint how to solve this?