天天看点

React-native-ios真机调试步骤

React-native-ios真机调试步骤

1.找到主工程目录下IOS文件夹

2.获取mac电脑的ip地址(终端下 ifconfig)

3.修改AppDelegate.m。修改如下:

NSURL *jsCodeLocation = [NSURL URLWithString:@"http://192.168.0.130:8081/index.ios.bundle?platform=ios&dev=true"];