You can not. The library itself must be built with support for bit code. However, if you need to send the application right now, and you donβt have time to wait while they update their library, you can disable bit code support for the entire project. After updating the library with bitcode support, just turn it on and update the application in the AppStore.
To enable / disable bit code support, go to Project> Build Settings> search for 'bitcode' in the search field> set to YES / NO.
source share