cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
40 stars 86 forks source link

Segmentation fault: 11 while archiving using Xcode #82

Closed Yahllil closed 1 year ago

Yahllil commented 2 years ago

It seems this package (twilio_voice) causes the new iOS error: Segmentation fault: 11 on Xcode 13.3. Can you please take a look at solving this ASAP? Our app is dependent on this package

diegog-sf commented 2 years ago

I can look into it until tomorrow, your help is also appreciated

Erchil66 commented 2 years ago

@diegog-sf i also having some issue although mine is

-- Error -- Abort trap: 6

@Yahllil do you have some work around on this rather than downgrading xcode back to 13.2.1?

Yahllil commented 2 years ago

@diegog-sf i also having some issue although mine is

-- Error -- Abort trap: 6

@Yahllil do you have some work around on this rather than downgrading xcode back to 13.2.1?

I've found that disabling bitcode in Xcode solved it. Not the best option, but seems fine until we'll have a permanent fix of the package

Erchil66 commented 2 years ago

@Yahllil were i can locate that ? disabling bitcode in Xcode .

Yahllil commented 2 years ago

Enable Bitcode under build settings in Xcode

cybex-dev commented 1 year ago

Closing since this issue seems resolved.