surethink
surethink
> @chj-damon Thank you for pointing this out. I think there is a way to fix this. I will provide further information in the future. any update on this? thanks...
> 关于安卓的文档已经更新,并发布 3.0.1 版本 麻烦你贴出一下 IOS 的报错信息,添加哪行配置导致的? 我按照ios的要求都添加以后,重新pod install,干掉deriveddata再build,报错如下: The following build commands failed: CompileC /Users/user/Library/Developer/Xcode/DerivedData/app-euhunlbhmsglbggqqaaiaqdsetcf/Build/Intermediates.noindex/app.build/Debug-iphonesimulator/app.build/Objects-normal/x86_64/AppDelegate.o /Users/user/Dev/work/frontend/app_rn/ios/app/AppDelegate.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'app' from project 'app') 补充下我是0.71.1,不知道跟这个有没关系
0.71开始,appdelegate.h中 增加#import @interface AppDelegate : UIResponder < WXApiDelegate > 改成了 @interface AppDelegate : RCTAppDelegate 不知道是否与此有关
辛苦了。刚看另一个issue,已经装了3.0.3 问题一(ios): 0.71 AppDelegate.h现在是这样子的 #import #import @interface AppDelegate : RCTAppDelegate @end md里的示例是这样的 #import #import #import "WXApi.h" @interface AppDelegate : UIResponder @property (nonatomic, strong) UIWindow *window; @end 该怎么合起来呢? 问题二(android): build时报错:错误: 程序包com.theweflex.react不存在...
多谢 装了3.0.4,android打包成功,但是模拟器运行报以下错误: E/MicroMsg.SDK.WXApiImplV10: register app failed for wechat app signature check failed E/ReactNativeJS: Invariant Violation: "xxxx" has not been registered. 开始以为是因为模拟器上没微信,打release包装到真机上,打开就crash 检查了几遍,貌似都按要求搞的。麻烦给点提示,我是否还错过了什么
抱歉,是我的问题。我翻了一个非常愚蠢的错误
> 更新到3.0.2开始提的问题没有了但是启动又报如下错误 你好,能分享下你的AppDelegate.h的代码不,参考下
今天用3.0.3打包ios报错如下,先删掉derivedData,再pod install过没用,怎么解决,谢谢 
meet the same issue