Mongodb error after upgrading to 1.7

Hello, i’ve been searching for some time on how to fix this error but no trumps. I’ve tried the below so far:

db.adminCommand( { setFeatureCompatibilityVersion: '3.4' } )

and

meteor reset

I still keep getting this error, if anyone has an idea i’d very much appreciate the help. Thank you

dyld: Symbol not found: _fchmodat             
Referenced from:
/Users/aon/.meteor/packages/meteor-tool/.1.7.0_3.wsdke9.0o4ho++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/mongodb/bin/mongod
Expected in: /usr/lib/libSystem.B.dylib
in
/Users/aon/.meteor/packages/meteor-tool/.1.7.0_3.wsdke9.0o4ho++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/mongodb/bin/mongod
Unexpected mongo exit code null. Restarting.

Dublicated:
Look here

Thanks for the reply, what specifically is the fix you were pointing to?

As even creating a new project causes the same issue :sob::sob:

I think you’ll need to either update OSX to 10.10 or better, or use an older MongoDB (which is not so straightforward):

https://jira.mongodb.org/browse/SERVER-35697

Are you using external mongodb?

Thanks for all your replies. I am not using an external mongodb.
Will try update OSX and see if that fixes it.