Unknown Option Error

Hi all,

I’m in the process of converting a fairly big project from Xcode to Expo and I’ve run into an issue.

I’m getting the following error when trying to build:
error: unknown option `–customLogReporterPath’

I’ve updated to the latest SDK and still can’t seem to get past it.

Thanks in advance!

Jake

hello! it would seem that you do not have the expo package installed, or you do not have the correct version of react-native installed :slight_smile: what’s your package.json look like?

Looks like I just needed to follow this guide.

Thank you for the quick response.

1 Like

the command exp convert is not supported so I am not able to fix this issue. What would be the alternative ?

create a new project with exp init, copy your files over, etc

I tried following that link but it no longer works. Can anyone point me to this guide?