Skip to content

Commit 8401f24

Browse files
authored
Merge pull request #475 from thomaschaaf/patch-1
Add note regarding "No permission handler detected" error
2 parents 5f4ca4d + cd736d4 commit 8401f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ pre_install do |installer|
124124
end
125125
```
126126

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+
127129
### Android
128130

129131
Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file:

0 commit comments

Comments
 (0)