Troubleshooting
1. Need support ?
If you are facing issues and need help, please contact us via the below link:
https://www.hubay.net/report-issues/
2. Common Issues:
2.1 Not able to unlock the iOS project ?
After installing the NPM and running the app, you might get a warning screens as follows :


To resolve this, please follow the below steps:
Right click on the
Hubay
folder and clickGet Info
Scroll down to
Sharing & Permissions
Ensure that everyone has
Read & Write
permissionThen click
Apply to enclosed items
Finally reopen the project file again and the issue will disappear.
2.2 Getting error when your run the app in iOS ?
Do you get the follwoing error when you try to run the app for iOS ?

Then you need to install pod in the iOS folder as follows :
$ cd Hubay
$ cd ios
$ pod install
Last updated