FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The app references non-public selectors in Payload/PostFiles.app/Frameworks/FLEX.framework/FLEX: _setWidth

TrabelsiAchraf opened this issue · comments

Environment

  • Platform+version: xcode13-iOS 16
  • FLEX version: 4.4.1

Bug Report

I have this issue when trying to upload my ipa to App Store :

2022-11-17 12:32:44.167 *** Error: Asset validation failed The app references non-public selectors in Payload/PostFiles.app/Frameworks/FLEX.framework/FLEX: _setWidth: (ID: 5d7ab567-29e1-4196-accd-3e1ac6855050) (50)
 {
    NSLocalizedDescription = "Asset validation failed";
    NSLocalizedFailureReason = "The app references non-public selectors in Payload/PostFiles.app/Frameworks/FLEX.framework/FLEX: _setWidth: (ID: 5d7ab567-29e1-4196-accd-3e1ac6855050)";
    "original_server_error" =     {
        code = "STATE_ERROR.VALIDATION_ERROR.50";
        detail = "The app references non-public selectors in Payload/PostFiles.app/Frameworks/FLEX.framework/FLEX: _setWidth:";
        id = "5d7ab567-29e1-4196-accd-3e1ac6855050";
        status = 409;
        title = "Asset validation failed";
    };
}

Don't include FLEX in your App Store builds. See the readme for more info

Don't include FLEX in your App Store builds. See the readme for more info

Thank you @NSExceptional, yes actually I find that later.