talsec / Free-RASP-Flutter

Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
194 stars 20 forks source link

Warning when build a IPA for apple ios #133

Open JgomesAT opened 1 month ago

JgomesAT commented 1 month ago

The archive did not include a dSYM for the TalsecRuntime.framework with the UUIDs [FBD6456F-EE78-3031-A883-EA261BEB37DB]. Ensure that the archive's dSYM folder includes a DWARF file for TalsecRuntime.framework with the expected UUIDs.

zakka258 commented 1 month ago

I got this error too. I couldnt upload the app with the symbol to TestFlight via xcode

tompsota commented 1 month ago

Hi @JgomesAT, @zakka258,

we'll be publishing a new release this week with the dSYM folder included.

Regards, Tomas from Talsec

msikyna commented 1 month ago

Hello @JgomesAT , @zakka258 ,

a new release has been published. The dSYMs are contained as an Asset in the Release here: https://github.com/talsec/Free-RASP-Flutter/releases/tag/v6.7.0

Let us please know, if it helped. Thank you!

Kind regards, Talsec team

JgomesAT commented 1 month ago

HOw Can I add this dSYMs in my code?

msikyna commented 1 month ago

Hello @JgomesAT , you can use standard approaches as for other frameworks.

Kind regards, Talsec team

github-actions[bot] commented 4 weeks ago

Hello! This issue has been marked as inactive. If there is no further activity within the next 14 days, this issue will be automatically closed. If you believe this issue is still relevant and requires attention, please comment or provide additional information.

zrpra commented 1 week ago

Hello @msikyna , could you point me to the documentation regarding including the dSYM when building an IPA?

Hello @JgomesAT , could you share what steps did you take to solve this?

Thanks in advance guys

JgomesAT commented 1 week ago

Hello,

I generate a xarchive with xcode and before upload it, I edit the xarchive(show content) and paste the TalsecRuntime.framework.dSYM inside this, and after that I upload to Apple store

zrpra commented 1 week ago

Hello,

I generate a xarchive with xcode and before upload it, I edit the xarchive(show content) and paste the TalsecRuntime.framework.dSYM inside this, and after that I upload to Apple store

Thank you! Passed the validation now, thanks a lot

JgomesAT commented 19 hours ago

now the erro is different id The archive did not include a dSYM for the TalsecRuntime.framework with the UUIDs [4EDE8860-AEDC-3C03-808F-EF927DD05A0D]. Ensure that the archive's dSYM folder includes a DWARF file for TalsecRuntime.framework with the expected UUIDs.