【发布时间】:2023-03-13 20:55:01
【问题描述】:
我的应用使用 CorePlot 并在模拟器上运行良好
(它从以下位置访问 libCorePlot-CocoaTouch.a:
/Users/myName/core-plot/build/Debug-iphonesimulator )。
要在设备上运行,xcode 需要 libCorePlot-CocoaTouch.a 在:
/Users/myName/core-plot/build/Debug-iphoneos
但是那个文件丢失了,所以 xcode 给出了错误:
'/Users/Giovanni/core-plot/build/Debug-iphoneos/libCorePlot-CocoaTouch.a: 没有这样的文件或目录'
我尝试通过以下方式生成一个:
CorePlot-CocoaTouch.proj > 将 Xcode 设置为在“设备”上构建 >“构建并运行”
但“构建并运行”显示为灰色。
复制模拟器版本显然不行。
有什么想法吗?
【问题讨论】:
标签: iphone iphone-sdk-3.0 ios4 ios-simulator core-plot