I’ve been unable to validate my xcode challenge which is a mix of an iOS companion app with a watch OS goal. I hold getting this error beneath.
[Screenshot](https://i.sstatic.internet/IYx8CZIWl.png)
2024-07-07 14:51:40.402 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle
"Runner.app/Frameworks/RecaptchaInterop.framework" is not per the Mach-O in the principle bundle. The principle bundle Mach-O comprises , whereas the nested bundle Mach-O comprises arm64(machine code). Confirm that the entire targets for a platform have a constant worth for the ENABLE_BITCODE construct setting. (ID: 98f5ef4c-8c04-4c6c-99bc-ade0aa64a14d)
2024-07-07 14:51:40.403 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle
"Runner.app/Frameworks/url_launcher_ios.framework" is not per the Mach-O in the principle bundle. The principle bundle Mach-O comprises , whereas the nested bundle Mach-O comprises arm64(machine code). Confirm that the entire targets for a platform have a constant worth for the ENABLE_BITCODE construct setting. (ID: 3d9af52b-a1da-44fb-bcbf-949bd91ce7cd)
2024-07-07 14:51:40.403 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle "Runner.app/Frameworks/flutter_sound_core.framework" is not per the Mach-O in the principle bundle. The principle bundle Mach-O comprises , whereas the nested bundle Mach-O comprises arm64(machine code). Confirm that the entire targets for a platform have a constant worth for the ENABLE_BITCODE construct setting. (ID: e02915f7-e4aa-4037-b291-e74f48e4067a)
2024-07-07 14:51:40.403 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle "Runner.app/Frameworks/path_provider_foundation.framework" is not per the Mach-O in the principle bundle. The principle bundle Mach-O comprises , whereas the nested bundle Mach-O comprises arm64(machine code). Confirm that the entire targets for a platform have a constant worth for the ENABLE_BITCODE construct setting. (ID: 1e08661b-87da-4a2c-92c1-7058101b6c4a)
2024-07-07 14:51:40.403 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle "Runner.app/Frameworks/audio_session.framework" is not per the Mach-O in the principle bundle. The principle bundle Mach-O comprises , whereas the nested bundle Mach-O comprises arm64(machine code). Confirm that the entire targets for a platform have a constant worth for the ENABLE_BITCODE construct setting. (ID: ebb9b8e5-e33f-45a8-ba92-f349daf9d389)
`
I’ve tried a few issues with out success.
- Setting
ENABLE_BITCODE
TONO
in each targets. - Enhancing podfile to set all architectures to disable bitcode:
# Disable Bitcode config.build_settings['ENABLE_BITCODE'] = 'NO'
- I’ve tried a few tweaks on by Construct Settings like exluding some architectures.
However i’ve not been capable of obtain success.
NOTE: App runs nicely on simulator working however cant validate for app retailer add.