浏览代码

Add warning about Xcode stale data cleanup

Mathieu Acthernoene 4 年前
父节点
当前提交
4d93298896
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -54,6 +54,8 @@ target 'YourAwesomeProject' do
54 54
 end
55 55
 ```
56 56
 
57
+_⚠️  If you have the error `Invalid RNPermission X. Should be one of: ()`, try to cleanup Xcode stale data with `npx react-native-clean-project --remove-iOS-build --remove-iOS-pods && rm -fr ./node_modules`_
58
+
57 59
 Then update your `Info.plist` with wanted permissions usage descriptions:
58 60
 
59 61
 ```xml