29
Views
5
Comments
IOS Application Error while uploading to testflight
Question
Application Type
Mobile

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

2019-01-07 16-04-16
Siya
 
MVP

Please check the following:

  • Ensure you have the latest version of MABS.
  • Ensure you have the latest version of AppShield installed.
  • Check the Extensibility Configuration of your application to see if there is any version information mentioned.
2025-10-10 00-19-44
Bruno Rendeiro

hello @Sakti S did you solve your problem?

UserImage.jpg
Carlos Sotelo
Staff

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.

2024-01-23 15-35-06
Pedro Miranda

Does anyone know how to solve this problem?

2025-10-10 00-19-44
Bruno Rendeiro

@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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.