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
将Flutter打包成SDK再集成到iOS工程中,SDK中包含
集成到工程中,如果调用代码
GeneratedPluginRegistrant.register(with: engine)
则报错:
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_JGInforCollectionAuth", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPUSHRegisterEntity", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPUSHService", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPushCollectControl", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPushNotificationContent", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPushNotificationIdentifier", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPushNotificationRequest", referenced from: in jpush_flutter[4](JPushPlugin.o) "_OBJC_CLASS_$_JPushNotificationTrigger", referenced from: in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkDidCloseNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkDidLoginNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkDidReceiveMessageNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkDidRegisterNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkDidSetupNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) "_kJPFNetworkIsConnectingNotification", referenced from: -[JPushPlugin init] in jpush_flutter[4](JPushPlugin.o) ld: symbol(s) not found for architecture arm64
The text was updated successfully, but these errors were encountered:
jpush_flutter: ^3.0.6
Sorry, something went wrong.
No branches or pull requests
将Flutter打包成SDK再集成到iOS工程中,SDK中包含
集成到工程中,如果调用代码
则报错:
The text was updated successfully, but these errors were encountered: