You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cordova platform version (cordova platform ls):ios 5.0.1
Ionic Version (if using Ionic)
期望效果
解决IOS冲突问题
实际效果
安卓版冲突已修改plugin.xml解决,但是IOS冲突不知如何解决
重现步骤
添加jmessage包
添加jpush包
cordova build ios打包
背景
你尝试做过些什么?
Debug logs
包括 Android 或 iOS 的日志:
iOS:
duplicate symbol __launchOptions in:
/var/root/Library/Developer/Xcode/DerivedData/mt-bjsebkulxvzioqdccxbtgycytufh/Build/Intermediates.noindex/mt.build/Debug-iphonesimulator/mt.build/Objects-normal/x86_64/AppDelegate+JPush.o
/var/root/Library/Developer/Xcode/DerivedData/mt-bjsebkulxvzioqdccxbtgycytufh/Build/Intermediates.noindex/mt.build/Debug-iphonesimulator/mt.build/Objects-normal/x86_64/AppDelegate+JMessage.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。
你的运行环境
cordova -v
):9.0.0cordova platform ls
):ios 5.0.1期望效果
解决IOS冲突问题
实际效果
安卓版冲突已修改plugin.xml解决,但是IOS冲突不知如何解决
重现步骤
背景
你尝试做过些什么?
Debug logs
包括 Android 或 iOS 的日志:
duplicate symbol __launchOptions in:
/var/root/Library/Developer/Xcode/DerivedData/mt-bjsebkulxvzioqdccxbtgycytufh/Build/Intermediates.noindex/mt.build/Debug-iphonesimulator/mt.build/Objects-normal/x86_64/AppDelegate+JPush.o
/var/root/Library/Developer/Xcode/DerivedData/mt-bjsebkulxvzioqdccxbtgycytufh/Build/Intermediates.noindex/mt.build/Debug-iphonesimulator/mt.build/Objects-normal/x86_64/AppDelegate+JMessage.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: