How to exclude FLEX as an XCFramework from App Store build #511
Unanswered
Jerjuan-CGI
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Are you using Cocoapods? The readme has instructions for this if you are |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a project that contains a single App Target. The project is presently managing dependent frameworks as XCFrameworks via Carthage.
When I submit my app for approval to the AppStore, it is rejected because FLEX is being included in the Release build and is rejected because it contains:
ITMS-90338: Non-public API usage - The app references non-public selectors in Frameworks/FLEX.framework/FLEX: _canPerformAction:forCell:sender:, _performAction:forCell:sender:, _tableView.
How can I include Flex as an XCFramework in Debug builds but not in the Release build for a project with a single app target?
Beta Was this translation helpful? Give feedback.
All reactions