Dear team,
We're encountering an error related to the Shield framework while uploading our iOS build to TestFlight. We suspect that an OutSystems plugin may be utilizing this framework. How can we identify which module or Application is using this framework?
Is there Any forge component using this framework?
What are the framework used by Outsystems Appshield?
Error:
Note: Colour Portions are Application Name
Please check the following:
hello @Sakti S did you solve your problem?
Can you validate that you are NOT using the option DisableAppShielding as true on your extensibility configurations? { "name": "DisableAppShielding", "value": "true" }Make sure this option is set to false, and the problem should disappear. Don't forget to also check if the extensibility settings are being overwritten when you promote your app in lifetime.This is known to cause the issue you are facing.
Does anyone know how to solve this problem?
@Pedro Miranda
This happens when you have the testflight reference in your application, but it is not active.
When you generate the build with testflight disabled, this will create the shield framework in your build and not testflight framework, and shield framework version is lower then 8.
So if you want to upload a version of your app whit appsflyer reference , this will only be possible if you have testflight enabled.
Before generate the builds, check the extensibility configurations from your app.