junedomingo / react-native-rename

Rename react-native app with just one command
MIT License
2.63k stars 261 forks source link

Error: Can't find an ios path or project. Make sure that the ios project path and property 'name' in app.json the same #133

Closed kaanyenigul closed 3 years ago

kaanyenigul commented 3 years ago

Hi there, Version 2.8.0 returns a error Error: Can't find an ios path or project. Make sure that the ios project path and property 'name' in app.json the same.

for npx react-native-rename "AppName" -b com.xxx.xxx

I was downloaded 2.7.0 version and it works fine.

birtandincer commented 3 years ago

thanks for info🙏🏻successull

vomchik commented 3 years ago

Make sure that all names matched

kaanyenigul commented 3 years ago

You'r right, thank you!

frankfuu commented 3 years ago

Thanks!