site-chenwei / chenwei-plugin-amap

Cordova高德地图插件,使用高德Android定位SDK进行定位,以解决webapp中定位不准的问题
MIT License
18 stars 3 forks source link

ios打包报错 #1

Closed druphliu closed 4 years ago

druphliu commented 4 years ago

Showing Recent Messages Undefined symbol: _CNCopySupportedInterfaces

Undefined symbol: _CNCopyCurrentNetworkInfo

Undefined symbol: _SCNetworkReachabilitySetDispatchQueue

Undefined symbol: _SCNetworkReachabilitySetCallback

Undefined symbol: _SCError

Undefined symbol: _SCNetworkReachabilityGetFlags

Undefined symbol: _SCErrorString

Undefined symbol: _SCNetworkReachabilityCreateWithAddress

site-chenwei commented 4 years ago

Showing Recent Messages Undefined symbol: _CNCopySupportedInterfaces

Undefined symbol: _CNCopyCurrentNetworkInfo

Undefined symbol: _SCNetworkReachabilitySetDispatchQueue

Undefined symbol: _SCNetworkReachabilitySetCallback

Undefined symbol: _SCError

Undefined symbol: _SCNetworkReachabilityGetFlags

Undefined symbol: _SCErrorString

Undefined symbol: _SCNetworkReachabilityCreateWithAddress

你能把你打包时的具体步骤及build phase下的内容截图给我看一下吗?根据你的错误信息,这个并不是插件错误

druphliu commented 4 years ago

正常步骤打包 然后正常流程build 没加任何额外东西 提示报这个错 找了个会ios的帮忙看 说是系统包没加载 手动加载了还是无效 ps ios13.0

site-chenwei commented 4 years ago

image 打包模式一定要用Xcode的Legacy Build System,然后可以移除并重新添加libc++.tbd这个依赖,然后重新打包

site-chenwei commented 4 years ago

没有回复,暂时关闭,若还需帮助,可再次打开