Hello everyone
I can not put together a project for release on iOS.
I collect xcframework according to the instructions from jitsi (ENABLE_BITCODE = NO).
I put it in the project, everything works well on the simulator, but when archiving for release I get the error — JitsiMeetSDK does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
Found a solution that the project must also set ENABLE_BITCODE = NO.
This is how the archiving is performed, but at the end of the Apple it does not allow publishing the application and gives an error — No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.
Help please, I don’t know what to do anymore
macos Big Sur 11.2.3
xcode 12.4