my app was working normally. After I have changed app's bundle identifier through Xcode it started to throwing error when i write npx react-native run-ios
. I tried change it back to old bundle identifier like; org.reactjs.native.example.appname
. And it started working normally again. I want to change it to something like that; org.appname
.
I tried upvoted solutions on this post; How to change the “Bundle Identifier” within React Native? but it wont work for me.
Thank you for reading, i will be glad if you could help me. Have a nice day.