9

I built an app with flutter and now I want to deploy it to my iPhone via Xcode. But when I deploy with debug configuration, I do not access my app on my phone when disconnecting it from my mac. So I searched and saw that I should build in Release configuration but when I do so I get a pop-up like that enter image description here

I entered my only user password but it declines. I searched and saw that pressing always allow was working fine but in my case there is not this option. What should I do? Thanks.

Miles
  • 1,079
  • 1
  • 9
  • 17

2 Answers2

29

There is actually no password. You just have to hit enter.

Miles
  • 1,079
  • 1
  • 9
  • 17
1

It required actually your system login password and from the options click on

"Allow always"

Apple Developer Community

Naveed Khan
  • 197
  • 1
  • 4