简体   繁体   English

使用Aviary SDK无法建立iPhone

[英]iPhone build failed on using Aviary SDK

I am creating an Iphone application wherein I need to process image and display it on application. 我正在创建一个Iphone应用程序,其中需要处理图像并将其显示在应用程序上。 I went through Aviary SDK which indeed really appeals to me as a developer. 我使用了Aviary SDK ,它确实吸引了我作为开发人员的注意。 I went through its documentation which I understood very clearly. 我浏览了我非常清楚地了解的文档

The problem I am facing is in building the application. 我面临的问题是在构建应用程序。 I receive a build failed when I try building application. 我尝试构建应用程序时收到构建失败。 I also went through GitHub repository CSPicker . 我还浏览了GitHub存储库CSPicker Build also fails for that. 构建也为此失败。 I did every specific change mentioned in Prerequisites in the documentation. 我做了文档中前提条件中提到的所有特定更改。 Still no success. 仍然没有成功。

Following is the error I am getting: 以下是我得到的错误:

Command /Xcode4.2/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1 命令/Xcode4.2/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang失败,退出代码为1

I am using XCode 4.2 and iOS 5.0. 我正在使用XCode 4.2和iOS 5.0。

It's hard to say what is the problem. 很难说是什么问题。 Likely you did not add necessary libraries to build with. 可能您没有添加用于构建的必要库。 Or used old compiler in settings (not LLVM) As of right now Aviary has new version of SDK with decent description what needs to be done at http://www.aviary.com/ios-documentation 或在设置中使用了旧的编译器(不是LLVM)截至目前,Aviary拥有新版本的SDK,并提供了不错的描述,请执行以下操作: http://www.aviary.com/ios-documentation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM