twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
457 stars 177 forks source link

VIDEO-6636: Consume video-ios-4.6.0 #627

Closed ceaglest closed 2 years ago

ceaglest commented 2 years ago

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

mmartikainen commented 2 years ago

Anything changes needed to support arm64 simulator?

ceaglest commented 2 years ago

Nothing else is needed.

Previously, debug builds included only the active architecture which meant that building for the simulator on an x86_64 Mac would succeed but the same operation would fail on an M1 Mac.