杨卫

Results 4 issues of 杨卫

iOS运行: 在此把修改的地方和大家分享一下,这些错误在其他问题中也有解答,我就综合一下。 1. 'React/RCTBridgeModule.h' file not found 修改为 #import "RCTBridgeModule.h" 2. /GitHubPopular/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:494:3: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] SecRandomCopyBytes(kSecRandomDefault, keyBytes.length, keyBytes.mutableBytes); ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SecRandomCopyBytes(kSecRandomDefault, keyBytes.length,...

I Clone this repo git clone [email protected]:stage88/react-weather.git cd react-weather run npm install and then type "npm start",after that i wanna debug-ios in vscode ,but it log out "[Error] Error: Error...

![image](https://user-images.githubusercontent.com/16894134/55313293-03629580-549a-11e9-9aa6-2124733c890f.png) 报错的问题比较多,作者有空的话可以自己试一下,解决了两个问题,然后又报了好几个。。