twilio / twilio-video-app-ios

A collaboration application built with the Twilio Video iOS SDK
Apache License 2.0
246 stars 54 forks source link

Replace CocoaPods with SPM 📦 #205

Closed timrozum closed 2 years ago

timrozum commented 2 years ago
  1. Update all dependencies.
  2. Remove CocoaPods and use SPM.
  3. Fix a couple layout warnings in the storyboard.
  4. Make CI use latest Xcode version.
  5. Removed status check from CI because it isn't used anymore and was partially removed.

All resolved packages:

Screen Shot 2022-05-17 at 9 51 05 AM
timrozum commented 2 years ago

I'm not sure why we now have all these video SDK warnings. Curious if others have them also.

Screen Shot 2022-05-17 at 9 23 50 AM
timrozum commented 2 years ago

@piyushtank is looking at the SDK warnings. But if I need to I'm planning to modify build settings to silence this type of warning in the app.

wolfspy commented 2 years ago

Looks like maybe https://clang.llvm.org/docs/UsersManual.html#controlling-diagnostics-in-system-headers is related to the sdk warnings.