webrtc-sdk / Specs

WebRTC SDK for iOS/mac (Cocopods Specs)
MIT License
26 stars 18 forks source link

[Question iOS] Support Enable Bitcode #1

Closed baveku closed 1 year ago

baveku commented 2 years ago

Can we support build with ENABLE_BITCODE on iOS?

davidzhao commented 1 year ago

Without being too familiar with bitcode, I recall it would significantly increase the build size.

What benefit would that bring in your case?

baveku commented 1 year ago

Without being too familiar with bitcode, I recall it would significantly increase the build size.

What benefit would that bring in your case?

Yes, it will be increase size of ipa file. but we can't use App Thining because App Thining require Bitcode. App Thinking reduces iOS App size when users download App from AppStore I hope you will consider it

davidzhao commented 1 year ago

reading more about bitcode, it's been deprecated for Xcode14, with the App store no longer accepting bitcode submissions. Since that's not the direction Apple is going, we will not be adding bitcode support.

baveku commented 1 year ago

it's been deprecated for Xcode14

Oh, I don't know that, thank you for your share.