voxeet / voxeet-sdk-ios

The Dolby.io Communications SDK for iOS.
https://docs.dolby.io/communications-apis/docs/ios-overview
Other
3 stars 0 forks source link

VoxeetSDK crashes the debugger #30

Closed yasserosama07 closed 3 years ago

yasserosama07 commented 3 years ago

Describe the bug

Run the sample app, add breakpoint anywhere, when using "po or p" i get error: virtual filesystem overlay file '/Users/voxeet/Library/Developer/Xcode/DerivedData/VoxeetSDK-ftomkwuqrnfvtreyrfoxdtigyjhn/Build/Intermediates.noindex/ArchiveIntermediates/VoxeetSDK/IntermediateBuildFilesPath/VoxeetSDK.build/Release-iphoneos/VoxeetSDK.build/all-product-headers.yaml' not found

error: couldn't IRGen expression. Please check the above error messages for possible root causes.

and i get the same error trying " po " while debugging on different project with VoxeetSDK installed

Expected Behaviour

the debugger prints out the value

Steps to Reproduce the Problem

image

Minimalistic code (recommended)

https://github.com/voxeet/voxeet-sdk-ios-gettingstarted

Specifications

FabienLavocat commented 3 years ago

Thank you for reporting this @yasserosama07, I'll get back to you with an answer.

vjard commented 3 years ago

Hello @yasserosama07, @VTCoco and me have worked on this. Should be fix on the next release 3.1.2 (will be available in the next few days/week).

FabienLavocat commented 3 years ago

Hi @yasserosama07, we have release our SDK 3.1.2 for iOS - https://github.com/voxeet/voxeet-sdk-ios/blob/master/CHANGELOG.md#v312 - it contains the fix for the p / po command issue you were facing.

Screen Shot 2021-03-25 at 2 24 01 PM

Thanks for reporting it!