New to objective-c. Finally found a tutorial that describes how to create and use a static library in x-code. I'm surprised that building and using libraries is such an arduous process. Is there a more efficient way to create and use static libraries?
目标c新。最后找到了一个教程,该教程描述了如何在x-code中创建和使用静态库。我很惊讶建立和使用库是一个艰巨的过程。有没有更有效的方法来创建和使用静态库?
I installed JetBrain app-code. But I can't follow the same steps since I can't figure out how to create a workspace in app-code.
我安装了JetBrain应用程序代码。但我不能按照相同的步骤,因为我无法弄清楚如何在应用程序代码中创建工作区。
Could someone please lists the steps for creating and using a static library in app-code?
有人可以列出在app-code中创建和使用静态库的步骤吗?
Also, how can I change my build path in app-code? I tried to change the path in project properties...there is a text-box but its value keeps reverting back to the default?
另外,如何在应用程序代码中更改构建路径?我试图更改项目属性中的路径...有一个文本框但它的值仍然恢复到默认值?
I think I'm missing something, because the jet-brain products I've worked with (resharper for C#, and intell-j for Java) are very high quality.
我想我错过了一些东西,因为我曾经使用的喷气式脑产品(C#的resharper和Java的intell-j)质量非常高。
Thanks in advance.
提前致谢。
1 个解决方案
#1
1
at this moment, AppCode doesn't have full project configuration facilities: you cannot create targets in it. This functionality will be added in the future versions.
此时,AppCode没有完整的项目配置工具:您无法在其中创建目标。此功能将在未来版本中添加。
Meanwhile, you can use Xcode to setup you project and then switch back to AppCode.
同时,您可以使用Xcode设置项目,然后切换回AppCode。
As for the build path reverting to the default, could you please file a bug report in the tracker?
至于恢复默认的构建路径,您能否在跟踪器中提交错误报告?
#1
1
at this moment, AppCode doesn't have full project configuration facilities: you cannot create targets in it. This functionality will be added in the future versions.
此时,AppCode没有完整的项目配置工具:您无法在其中创建目标。此功能将在未来版本中添加。
Meanwhile, you can use Xcode to setup you project and then switch back to AppCode.
同时,您可以使用Xcode设置项目,然后切换回AppCode。
As for the build path reverting to the default, could you please file a bug report in the tracker?
至于恢复默认的构建路径,您能否在跟踪器中提交错误报告?