Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 317 Bytes

File metadata and controls

10 lines (5 loc) · 317 Bytes

ARCHS[@]: unbound variable in Xcode 13.1

Open VSCode and go to directory ios/App/App.xcodeproj/project.pbxproj that file and perform a search EXCLUDED_ARCHS

EXCLUDED_ARCHS = arm64;

and delete everyline containing EXCLUDED_ARCHS

https://stackoverflow.com/a/65775041