skip to Main Content

Android Studio – React Native Built App is closing unexpectedly

Okay, I've been struggling for the last two days and this is it. I'm developing my first React Native android app using React Native CLI and using the following Packages: "dependencies": { "@react-native-masked-view/masked-view": "^0.2.6", "@react-navigation/drawer": "^6.3.1", "@react-navigation/material-bottom-tabs": "^6.1.1", "@react-navigation/material-top-tabs": "^6.1.1",…

VIEW QUESTION

Symbol(s) not found for architecture arm64 – XCode

I'm trying to build my react native project on a Mac Intel, but keep getting the next error: Showing All Messages Undefined symbol: _swift_stdlib_isStackAllocationSafe Undefined symbols for architecture arm64: "_swift_stdlib_isStackAllocationSafe", referenced from: function signature specialization <Arg1 = Owned To Guaranteed>…

VIEW QUESTION
Back To Top
Search