You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ target 'YourAwesomeProject' do
54
54
end
55
55
```
56
56
57
+
> :warning: If you see a **No permission handler detected error**: Make sure that you have at least one permission handler set up. In some cases the Xcode cache needs to be clear (`Xcode -> Product -> Clean Build Folder`)
58
+
57
59
Then update your `Info.plist` with wanted permissions usage descriptions:
58
60
59
61
```xml
@@ -124,8 +126,6 @@ pre_install do |installer|
124
126
end
125
127
```
126
128
127
-
> :warning:**No permission handler detected error**: Make sure that you have a permission set up. In some cases the Xcode cache needs to be reset for the error to disappear. Clear it by running `Xcode -> Product -> Clean Build Folder`
128
-
129
129
### Android
130
130
131
131
Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file:
0 commit comments