I created a free developer account at Apple (without developer enrollment because it was paid), but cannot run the preview on xcode, I get the following message:
“Failed to create provisioning profile.
The app ID “com.apps.hikr” cannot be registered to your development team. Change your bundle identifier to a unique string to try again.”
you shouldn’t need an account with developer enrolment just to preview on iOS. As the error message says, you should Change your bundle identifier to a unique string to try again. - so open your .unoproj file, change the bundle identifier to something else, and try running the preview again.