소스 검색

Update README.md

Mathieu Acthernoene 4 년 전
부모
커밋
50f14ae09e
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -54,7 +54,7 @@ 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`_
57
+_⚠️  If you encounter the error `Invalid RNPermission X. Should be one of: ()`, try to cleanup Xcode junk data with `npx react-native-clean-project --remove-iOS-build --remove-iOS-pods`_
58 58
 
59 59
 Then update your `Info.plist` with wanted permissions usage descriptions:
60 60