reactnativecn / react-native-pushy

React Native 极速热更新服务
https://pushy.reactnative.cn
Other
1.77k stars 257 forks source link

能看的资料好少啊。 有没有swift版本的demo?没写过oc代码 #410

Open wcsdn opened 1 year ago

sunnylqm commented 1 year ago

oc代码只要复制进去两行就行了呀

wcsdn commented 1 year ago

oc代码只要复制进去两行就行了呀

Showing Recent Errors Only rn 0.66 + r-n-update8.1.0 swift import react_native_update 后编译报错,我需要做什么? xxxx/react-native-update/react-native-update-umbrella.h:13:9: 'HDiffPatch.h' file not found

xx/xProject/testProject/src/ReactViewController.swift:7:8: Could not build Objective-C module 'react_native_update'

sunnylqm commented 1 year ago

是个混编rn项目吗?没有AppDelegate.m文件吗?

sunnylqm commented 1 year ago

参考下 https://blog.51cto.com/u_15146321/2742941

lingstart commented 1 year ago

npm安装 react_native_update 后,iOS工程(OC语言、m1笔记本)pod install后,编译报错:Base.h:13:10 'butter/function.h' file not found