-
Notifications
You must be signed in to change notification settings - Fork 45
Description
debug模式没有任何错误,功能一切正常。
开发完成,转为release打包的时候,出现编译错误:
`Showing Recent Messages
👎 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
👎 Undefined symbol: OBJC_CLASS$_JMSGMediaAbstractContent
👎 Undefined symbol: OBJC_CLASS$_JMSGFriendManager
👎 Undefined symbol: OBJC_CLASS$_JMSGOptionalContent
👎 Undefined symbol: OBJC_CLASS$_JMSGLocationContent
👎 Undefined symbol: OBJC_CLASS$_JMSGCustomContent
👎 Undefined symbol: OBJC_CLASS$_JMSGVideoContent
👎 Undefined symbol: OBJC_CLASS$_JMSGVoiceContent
👎 Undefined symbol: OBJC_CLASS$_JMSGCustomNotification
👎 Undefined symbol: OBJC_CLASS$_JMSGImageContent
👎 Undefined symbol: OBJC_CLASS$_JMSGGroupAdminApprovalEvent
👎 Undefined symbol: OBJC_CLASS$_JMSGUserInfo
👎 Undefined symbol: OBJC_CLASS$_JMSGFileContent
👎 Undefined symbol: OBJC_CLASS$_JMSGTextContent
👎 Undefined symbol: OBJC_CLASS$_JMessage
👎 Undefined symbol: OBJC_CLASS$_JMSGApplyJoinGroupEvent
👎 Undefined symbol: OBJC_CLASS$_JMSGGroupAdminRejectApplicationEvent
👎 Undefined symbol: OBJC_CLASS$_JMSGUser
👎 Undefined symbol: OBJC_CLASS$_JMSGGroupMemberInfo
👎 Undefined symbol: OBJC_CLASS$_JMSGGroup
👎 Undefined symbol: OBJC_CLASS$_JMSGGroupInfo
👎 Undefined symbol: OBJC_CLASS$_JMSGConversation
👎 Undefined symbol: OBJC_CLASS$_JMSGChatRoom
👎 Undefined symbol: OBJC_CLASS$_JMSGMessage`
这个问题怎么解决