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
我们原生用的神策SDK是在你们基础上封装了一层,主要是精简了数据上报的格式;
现在在原生项目中嵌入Flutter页面的时候,我将你们sensors_analytics_flutter_plugin拉到自己的git仓库后,将原生依赖的神策SDK修改为了已用的自己的神策SDK,修改后能正常编译运行。为了嵌入原生项目的时候使用flutter build ios-framework编译Flutter模块的时候,控制台打印在building plugin的时候报错如下:
Unable to build plugin frameworks for simulator:
2022-11-29 14:26:58.358 xcodebuild[8373:12957855]
Requested but did not find extension point with
identifier
Xcode.IDEKit.ExtensionSentinelHostApplications for
extension
Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of
plug-in com.apple.dt.IDEWatchSupportCore
2022-11-29 14:26:58.367 xcodebuild[8373:12957855]
Requested but did not find extension point with
identifier
Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifi
er for extension
Xcode.DebuggerFoundation.AppExtensionToBundleIdentifi
erMap.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
The following build commands failed:
Ld
/Users/lts/Desktop/Lib/Debug/iphonesimulator/Pods.bu
ild/Debug-iphonesimulator/sensors_analytics_flutter_
plugin.build/Objects-normal/arm64/Binary/sensors_ana
lytics_flutter_plugin normal arm64 (in target
'sensors_analytics_flutter_plugin' from project
'Pods')
(1 failure)
我们原生用的神策SDK是在你们基础上封装了一层,主要是精简了数据上报的格式;
现在在原生项目中嵌入Flutter页面的时候,我将你们sensors_analytics_flutter_plugin拉到自己的git仓库后,将原生依赖的神策SDK修改为了已用的自己的神策SDK,修改后能正常编译运行。为了嵌入原生项目的时候使用flutter build ios-framework编译Flutter模块的时候,控制台打印在building plugin的时候报错如下:
Unable to build plugin frameworks for simulator:
2022-11-29 14:26:58.358 xcodebuild[8373:12957855]
Requested but did not find extension point with
identifier
Xcode.IDEKit.ExtensionSentinelHostApplications for
extension
Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of
plug-in com.apple.dt.IDEWatchSupportCore
2022-11-29 14:26:58.367 xcodebuild[8373:12957855]
Requested but did not find extension point with
identifier
Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifi
er for extension
Xcode.DebuggerFoundation.AppExtensionToBundleIdentifi
erMap.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
The following build commands failed:
Ld
/Users/lts/Desktop/Lib/Debug/iphonesimulator/Pods.bu
ild/Debug-iphonesimulator/sensors_analytics_flutter_
plugin.build/Objects-normal/arm64/Binary/sensors_ana
lytics_flutter_plugin normal arm64 (in target
'sensors_analytics_flutter_plugin' from project
'Pods')
(1 failure)
到Flutter下提issue,回复需要找三方库的开发看具体的问题;
没有修改库的配置,只是iOS文件夹下的 sensors_analytics_flutter_plugin.podspec 文件中的 s.dependency 修改成了自己封装的神策SDK。
不知道你们是否知道问题的原因,或者排查该问题的一些方向,
谢谢
The text was updated successfully, but these errors were encountered: