gpt4 book ai didi

ios - 组合框架模拟器/设备二进制 Xcode 7.3

转载 作者:行者123 更新时间:2023-12-01 20:14:29 27 4
gpt4 key购买 nike

我仔细跟了THIS POST为了这

总之,您必须使用 lipo 连接每个 devicesimulator构建

使用:

lipo -create -output "MyFrameworkName" "Debug-iphonesimulator/MyFrameworkName.framework/MyFrameworkName" "Debug-iphoneos/MyFrameworkName.framework/MyFrameworkName"

我正在选择任何框架 Debug-iphonesimulatorDebug-iphoneos作为添加由 lipo 生成的文件的基础。

例子:

enter image description here

The problem is that no matter which of the 2 use as a base (Debug-iphonesimulator or Debug-iphoneos). If the base is the simulator when I add it to the parent project does not run on the device. and vice versa



看来 lipo没有很好地将 2 个文件合并在一起,或者缺少一些要加入的文件。

我已经在网上搜索过,显然没有更多的步骤来实现这一点。

最佳答案

我找到了答案,只需要拖放文件并使用显示的 native 合并选项。

“ native 合并”:

enter image description here

关于ios - 组合框架模拟器/设备二进制 Xcode 7.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37061496/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com