naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.
https://www.npmjs.com/package/react-native-touch-id
1.47k stars 477 forks source link

Maximum call stack size exceeded #240

Open aujisti-ador opened 4 years ago

aujisti-ador commented 4 years ago

after adding npm i --save react-native-touch-id when i added react-native link react-native-touch-id then i got the error.

Maximum call stack size exceeded

RangeError: Maximum call stack size exceeded
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1883:25)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)
    at merge_obj (/Users/redwan-ulansari/Desktop/react-rnd/node_modules/xcode/lib/parser/pbxproj.js:1888:24)

how to fix it? Thanks.

1415225876 commented 2 years ago

I have the same problem,how to fix it?