I found something interesting happened in my project. The project finally bundle iOS successfully, however both extension admob and extension review were all not signed in the final output. It does generate the ipa file successfully, but this time it will never download the extension online, after successfully generate ipa file, the output in terminal shows: No ./Framework folder to sign. In the project structure in editor, I canāt see extension admob folder and extension review folder. The code about admob and review tips were also disappeared.
I just tried to fetch libraries, once contain extension-admob library, the iOS bundle will fail. if the project only fetch extension-review library, the iOS bundle success.
java.security.PrivilegedActionException: Unknown javax.net.ssl.SSLProtocolException: Read timed out java.net.SocketTimeoutException: Read timed out java.io.EOFException: Unexpected end of ZLIB input stream
The java.io.EOFException: Unexpected end of ZLIB input stream error prompt again and agian in editor.