
После обновления до React Native 0.73.3 я начал сталкиваться с этой ошибкой когда я создаю свой проект для IOS.
Код: Выделить всё
Linker command failed with exit code 1 (use -v to see invocation)
Я пробовал:
Код: Выделить всё
1. Cleaning build
2. Rebuilding project
3. Cleaning DerivedData
4. Reinstalling pods
5. Reinstalling dependencies for the whole project (using npm)
6. Setting "arm64" as excluded architecture
Источник: https://stackoverflow.com/questions/781 ... -invocatio