Cannot build due to com.apple.developer.web-browser entitlement #1746
-
Checklist
ConfigurationNone relevant Describe the bugI cannot build due to
I should be able to disable the need to use the browser entitlement |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Is this entitlement needed? According to Apple docs, https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_web-browser, this is for apps which can act as the default web browser on iOS, so e.g. Mozilla mobile uses it (see this bug, mozilla-mobile/focus-ios#1781, where they deal with the same issue). |
Beta Was this translation helpful? Give feedback.
-
This entitlement is needed for Blink Code. You can remove it and compile without it. Just take into account that you will have to use a tunnel if you use Blink Code with remote servers. |
Beta Was this translation helpful? Give feedback.
-
Ok so how does one actually remove the WEB provisioning to compile this? |
Beta Was this translation helpful? Give feedback.
-
Does anybody know if we can wrap this under a flag? So it doesn’t have to be removed every time? |
Beta Was this translation helpful? Give feedback.
This entitlement is needed for Blink Code. You can remove it and compile without it. Just take into account that you will have to use a tunnel if you use Blink Code with remote servers.