openframeworks 库问题仅适用于 iPhone 应用程序,不适用于 Mac 应用程序
我已经从 github 下载了最新的 openframeworks 库。
我能够运行所有 mac 示例。但我不知道 iPhone 样品有什么问题。没有一个 iPhone 示例正在运行。每次都显示很多错误。
现有代码有问题还是我必须做一些设置?
更新:以下是一些错误的列表:
I have downloaded latest openframeworks library from github.
I am able to run all mac examples. But I dont know whats wrong with iphone samples. None of the iphone examples are running. Showing lots of error everytime.
Is it problem with existing code or I have to do some settings ?
Update: These are list of few errors:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎缺少一些框架,例如 CoreMedia。通过“将文件添加到”MyProject”逐步添加它们:
了解框架是什么缺失,只需查看受影响类的文档,例如 CMSampleBuffer 属于 CoreMedia.framework
Seems like there are a couple of frameworks missing like for example CoreMedia. Add them step by step via "Add Files to "MyProject":
To get an idea of what frameworks are missing, just look into the docs of the affected classes e.g. CMSampleBuffer belongs to CoreMedia.framework
它们在模拟器中运行吗?
如果它们在模拟器中运行,但不在您的 iPhone 中运行,则可能是因为您没有安装开发人员配置文件(您可以在此处注册,费用为 99 美元/年 http://developer.apple.com/programs/ios/ )
openFrameworks 示例过去是使用 openFramework 团队中某个人的开发人员资料进行签名的,这在您的系统中无效电脑
Do they run in the simulator?
If they run in the simulator but not in your iPhone, that's probably because you don't have a developer profile installed (you can enroll here for $99/year http://developer.apple.com/programs/ios/ )
openFrameworks samples used to come signed with the developer profile of somebody at openFramework's team, which is not valid in your computer