We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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`
这个问题怎么解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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`
这个问题怎么解决
The text was updated successfully, but these errors were encountered: