react-native项目移到mac上

Windows上开发的Android项目,准备搞IOS版本,需要移植到mac上,记录一下错误,

1、编译不过

react-native项目移到mac上_第1张图片

chmod 755 /Users/xiongge/my-app/demo/node_modules/react-native/packager/launchPackager.command

2、编译不过

chmod 755 /Users/xiongge/my-app/demo/node_modules/react-native/packager/react-native-xcode.sh

3、运行报错

react-native项目移到mac上_第2张图片

chmod 755 /Users/xiongge/my-app/demo/node_modules/react-native/local-cli/setup_env.sh

4、相机和相册需要单独设置

右键添加RCTCameraRoll.xcodeproj这个Libraries,添加的位置在:node_modules\react-native\Libraries\CameraRoll文件下

react-native项目移到mac上_第3张图片

添加Linked

react-native项目移到mac上_第4张图片

Info.plist配置:

react-native项目移到mac上_第5张图片

你可能感兴趣的:(react-native)