Skip to content

Commit f6c553e

Browse files
authored
Update README.md
1 parent 8401f24 commit f6c553e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ target 'YourAwesomeProject' do
5454
end
5555
```
5656

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+
5759
Then update your `Info.plist` with wanted permissions usage descriptions:
5860

5961
```xml
@@ -124,8 +126,6 @@ pre_install do |installer|
124126
end
125127
```
126128

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-
129129
### Android
130130

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

0 commit comments

Comments
 (0)