Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native build release: linker command failed with exit code 1

I'm trying to build an archive of my app developed in react native.

I keep getting the following error though:

enter image description here

I've browsed similar issues on github, like this one: https://github.com/react-community/react-native-maps/issues/1691 but it's not relevant to my issue since I don't use maps.

I bet some of you have already came through this hell with releasing RN app, any help appreciated.

like image 773
theDC Avatar asked Feb 01 '18 13:02

theDC


1 Answers

yes i am in this hell to! i think you have to do this: xcode > your target > remove -IGTMSessionFetcher library from Libraries folder and "Linked Framwork and Libraries" section,hope this help

like image 192
amirhosein Avatar answered Oct 04 '22 14:10

amirhosein