twilio / voice-quickstart-ios

Twilio Voice Quickstart for iOS with Swift
MIT License
183 stars 97 forks source link

No Such Module 'TwilioVoice' #553

Closed wmt-raj-mobile closed 9 months ago

wmt-raj-mobile commented 9 months ago

i am getting this error in Xcode 15.2 "No Such Module 'TwilioVoice'" , i have runned pod install, pod update everything but getting this error

bobiechen-twilio commented 9 months ago

Hi @wmt-raj-mobile

The quickstart is configured to reference the SDK using SPM. Once pod install is done you should be able to use the .xcworkspace, which has the SDK reference set up for you. Please check the Xcode project settings in case the app cannot find the SDK.

wmt-raj-mobile commented 9 months ago

It was not working as per your solution. But when i updated the ruby from 2.7.0 to 3.3.0 it started working.