Agora and FlutterFlow Any solution will be great

Custom Code

I want to deploy my application to TestFlight. I have only one problem Agora!!! Everything is working in the debug mode as charm. As soon as try to deploy to TestFlight for Beta Testing i Get Stuck.

Agora Fails the validation for versions 5.x.x because it has bitcode. and version 6.x.x do not generate dSYM files.

Any help please will be really appreciated.

What have you tried so far?

I tried Agora RTC Engine Version 6.x.x and all version fail to generate dSYM files. Therefore Agora does not work on the version downloaded from test flight. However, in another Local device running on vscode it is working fine.

I tried to downgrade the version to 5.x.x it generates dSYM files successfully but it fails validation as it has bitcode.

httpBody: {

"errors" : [ {

"id" : "a2316536-22cf-48f1-bc0c-f2028eaed55c",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraAIDenoiseExtension.framework/AgoraAIDenoiseExtension' contains bitcode."

}, {

"id" : "637df04f-bfac-4c16-9648-d0a07b83b961",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraCIExtension.framework/AgoraCIExtension' contains bitcode."

}, {

"id" : "fde74a8f-ad90-41c7-89ec-9ca4e4b16066",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraCore.framework/AgoraCore' contains bitcode."

}, {

"id" : "9058f248-f6f1-4a4d-8887-9071af765a23",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraDav1dExtension.framework/AgoraDav1dExtension' contains bitcode."

}, {

"id" : "04111e59-1f39-4c8b-a94e-eb7faef6360c",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraFDExtension.framework/AgoraFDExtension' contains bitcode."

}, {

"id" : "2f2c8ad3-9a08-4337-ac4c-2697ec142f0f",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraFullAudioFormatExtension.framework/AgoraFullAudioFormatExtension' contains bitcode."

}, {

"id" : "18b10c20-0e01-4a5d-b296-3a1294f3acd0",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraReplayKitExtension.framework/AgoraReplayKitExtension' contains bitcode."

}, {

"id" : "41b231aa-3a06-49d5-a344-ba535236920b",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraRtcKit.framework/AgoraRtcKit' contains bitcode."

}, {

"id" : "c9359440-03ed-44ff-86e7-bac8a44f83fd",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraRtcWrapper.framework/AgoraRtcWrapper' contains bitcode."

}, {

"id" : "228fdc11-028f-4cea-b794-6d4099e3a0f7",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraSoundTouch.framework/AgoraSoundTouch' contains bitcode."

}, {

"id" : "bca95532-0583-4e7e-af4b-63b911e075e8",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraSpatialAudioExtension.framework/AgoraSpatialAudioExtension' contains bitcode."

}, {

"id" : "14578985-0026-4c42-951b-bfa9eae85366",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraSuperResolutionExtension.framework/AgoraSuperResolutionExtension' contains bitcode."

}, {

"id" : "a0940e91-24d7-4b1c-8265-1142d82ba550",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraVideoProcessExtension.framework/AgoraVideoProcessExtension' contains bitcode."

}, {

"id" : "b7a66253-e1a7-4300-b246-ce63c83bfebe",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/AgoraVideoSegmentationExtension.framework/AgoraVideoSegmentationExtension' contains bitcode."

}, {

"id" : "702555c1-aca4-4d5f-a8fb-22869f157405",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/Agorafdkaac.framework/Agorafdkaac' contains bitcode."

}, {

"id" : "f675565e-c626-405c-92a0-b589eda6d7ff",

"status" : "409",

"code" : "STATE_ERROR.VALIDATION_ERROR",

"title" : "Validation failed",

"detail" : "Invalid Executable. The executable 'Runner.app/Frameworks/Agoraffmpeg.framework/Agoraffmpeg' contains bitcode."

Did you check FlutterFlow's Documentation for this topic?
Yes
4
4 replies