I am working on an iOS app using react native using Xcode 12.5. it's about a day I stuck in archive error:
ARCHS[@]: Unbound Variable
I tried all the solutions given in StackOverflow but no luck. i have attached my build settings here:
as I know the VALID_ARCHS has been removed from Xcode 12. Bulding works file but the archiving not i'm almost sure the problem is in the build settings.
I also tried: ARCHS[@]: unbound variable in Xcode 12
and here is the error i'm getting:
anyone has any suggestion?