jmessage-react-plugin
jmessage-react-plugin copied to clipboard
ios release 编译失败
debug模式没有任何错误,功能一切正常。 开发完成,转为release打包的时候,出现编译错误:
`Showing Recent Messages :-1: Ignoring file /Users/hehui/Projects/reactnative/ftvpn-mobile/node_modules/jmessage-react-plugin/ios/RCTJMessageModule/JMessage.framework/JMessage, missing required architecture i386 in file /Users/hehui/Projects/reactnative/ftvpn-mobile/node_modules/jmessage-react-plugin/ios/RCTJMessageModule/JMessage.framework/JMessage (4 slices)
Showing Recent Messages :-1: Undefined symbol: OBJC_CLASS$_JMSGMediaAbstractContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGFriendManager
:-1: Undefined symbol: OBJC_CLASS$_JMSGOptionalContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGLocationContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGCustomContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGVideoContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGVoiceContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGCustomNotification
:-1: Undefined symbol: OBJC_CLASS$_JMSGImageContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGGroupAdminApprovalEvent
:-1: Undefined symbol: OBJC_CLASS$_JMSGUserInfo
:-1: Undefined symbol: OBJC_CLASS$_JMSGFileContent
:-1: Undefined symbol: OBJC_CLASS$_JMSGTextContent
:-1: Undefined symbol: OBJC_CLASS$_JMessage
:-1: Undefined symbol: OBJC_CLASS$_JMSGApplyJoinGroupEvent
:-1: Undefined symbol: OBJC_CLASS$_JMSGGroupAdminRejectApplicationEvent
:-1: Undefined symbol: OBJC_CLASS$_JMSGUser
:-1: Undefined symbol: OBJC_CLASS$_JMSGGroupMemberInfo
:-1: Undefined symbol: OBJC_CLASS$_JMSGGroup
:-1: Undefined symbol: OBJC_CLASS$_JMSGGroupInfo
:-1: Undefined symbol: OBJC_CLASS$_JMSGConversation
:-1: Undefined symbol: OBJC_CLASS$_JMSGChatRoom
:-1: Undefined symbol: OBJC_CLASS$_JMSGMessage`
这个问题怎么解决