MobileRTC -> Binary Data?

Which version?
SDK - v4.6.21666.0428
Xcode - 11.5
Swift - 5

Description
Hello, so I submitted my application with the MobileRTC framework to the Apple store. However, the software was rejected due to the non-binary conversion of the framework. We had trouble looking for a way to convert the SDK to Binary Data. Is there a way to fulfill that task? If so, what needs to be done?

Hey @rajal.patel

Thanks for using the dev forum! Im sorry that happened, that is frustrating!
Would you mind providing the error apple gave you?

Thanks!
Michael Condon

Yes, I’m from another account right now, but this is the feedback from the Apple Store.IMG_3979|690x388

Hey @rajalspatel,

The first thing I would suggest is to open your build settings for your targets and there will be an option called “Debug Information Format”. If that is set to “DWARF with dSYM file”, change the setting to “DWARF”. So it should look something like this:

Thanks!
Michael