Xcode

  • Xcode
  • 网络

    项目;创建

纠错 数据更新时间:2026-01-12 22:42:26
  • 知识拓展

    Xcode 是苹果公司官方推出的集成开发环境(IDE),专门用于开发运行在 macOS、iOS、iPadOS、watchOS、tvOS 等苹果生态系统上的应用程序。简单来说,它是苹果全平台应用开发的 “一站式工具”,包含了代码编辑器、编译器、调试器、界面设计工具、模拟器等所有开发所需的组件。

1、

Xcode in Leopard comes with the RubyCocoa project templates, but also with a template to generate a Test/ Unit target.

在Leopard之中,Xcode与RubyCocoa项目模板一同出现,但同时也具备一个模板来生成Test/Unit目标。

互联网摘选

2、

This is a significant reworking of the underlying build too, similar to the evolution of Xcode replacing Project Builder in the early stages of OSX development.

这也是对底层构建的一次重要更新,类似于OS X开发早期Xcode取代Project Builder时的演进。

互联网摘选

3、

Double-click on the project name in the Groups& Files panel of Xcode's main project window.

在Xcode主项目窗口的Groups&Files面板中双击项目名称。

互联网摘选

4、

To make navigating the source tree for OpenLDAP easier, we will first import the source code into an Xcode project.

为了更方便地在OpenLDAP源代码树中移动,我们先把源代码导入到一个Xcode项目中。

互联网摘选

5、

I'm hearing that Apple is developing a magazine template that will be in a future release of their developer environment and toolkit – Xcode.

我听说苹果正在开发一组数位杂志模版,未来会搭配著它的开发环境与工具,也就是Xcode一并释出。

互联网摘选

6、

On the other way, you can manually define outlets and/ or actions in IB, drag-and-drop them in an Xcode Ruby file, and the corresponding Ruby code will be pasted in it.

在另一方面,你可以在Interface Builder中手工定义outlets或actions,并拖拽到Xcode的Ruby文件中,随后相应的Ruby代码就会被粘帖到其中。

互联网摘选

7、

You are now ready to create your first iPhone project using Xcode

现在,您已经准备好了使用Xcode创建您的第一个iPhone项目

互联网摘选

8、

A new group with the name of the OpenLDAP directory should now be in the project's Groups& Files panel of Xcode's main project window.

现在,在Xcode主项目窗口的Groups&Files面板中应该会出现一个名为OpenLDAP directory的新组。

互联网摘选

9、

Now that the source code and the configuration files have been prepared, it is time to tell Xcode which source files will be used by the LDAP library.

既然源代码和配置文件已经准备好了,现在应该告诉Xcode LDAP库将使用哪些源代码文件。

互联网摘选

10、

For example, you can write a Ruby class in Xcode, with outlets and/ or actions, and everything will automatically appears in IB.

比方说,开发者可以在Xcode中编写Ruby的类,通过outlets或者actions,所有要素都会自动出现在Interface Builder之中。

互联网摘选

11、

From the file browser that opens, select the folder within the Xcode project, which contains the source code for OpenLDAP, and click the Add button.

在打开的文件选择对话框中,选择Xcode项目中的文件夹(其中包含OpenLDAP的源代码)并单击Add按钮。

互联网摘选

12、

In 2015, many app developers unwittingly downloaded a malicious version of Xcode-Apple's official tool for building apps-from a file-sharing website.

2015年,很多app开发商无意间从文件分享网站下载了恶意版的Xcode(苹果官方制作app的软件工具)。

互联网摘选

13、

This can be accomplished by right-clicking on the file name from within Xcode and selecting rename from the menu.

改名的方法是在Xcode中右键单击文件名并从菜单中选择rename。

互联网摘选

14、

Xcode needs to be configured to tell the preprocessor to search this directory when processing# include directives.

需要通过配置Xcode让预处理器在处理include指令时搜索这个目录。

互联网摘选

15、

This will update Xcode's meta data for the file to treat it as a C header file.

这会更新文件的Xcode元数据,把它作为C头文件处理。

互联网摘选

16、

The hackers embedded the malicious code in these apps by convincing developers of legitimate software to use a tainted, counterfeit version of Apple's software for creating iOS and Mac apps, which is known as Xcode, Apple said.

苹果公司称,黑客通过说服合法应用的开发者使用感染的、假冒版本的苹果软件来开发iOS和Mac应用,以此把恶意代码,也就是Xcode嵌入到这些应用当中。

互联网摘选

17、

On Mac OS X, the free Xcode software development environment provides the necessary build tools.

在Mac OS X上,免费的Xcode软件开发环境提供了必需的构建工具。

互联网摘选

18、

This means being willing to write Objective-C code in the XCode IDE.

这意味着,你必须“愿意”在XCode IDE中编写Objective-C代码。

互联网摘选

19、

To build the library, an Xcode target for the library must first be created.

为了构建它,首先必须为这个库创建一个Xcode目标。

互联网摘选

20、

He is now working in Apple's AAPL+ 0.97% XCode environment to finish an app named 'Clockie' that can be used to set alarms and reminders.

目前他正在苹果(Apple)的XCode环境下开发一款名为“Clockie”、可用于设置闹钟和提醒事项的应用。

互联网摘选

21、

The tainted version of Xcode was downloaded from a server in China that developers may have used because it allowed for faster downloads than using Apple's US servers, Olson said.

奥尔森说,受感染版本的Xcode是从一个中国服务器上下载的,开发者之所以使用这个服务器是因为它比苹果美国服务器的下载速度更快。

互联网摘选

22、

Apple said it had removed the infected apps, which had been created with what it said was a fake version of its software for app developers, known as Xcode.

苹果表示,它已移除被感染的应用,这些应用是开发人员用假冒版的Xcode软件创建的。

互联网摘选

23、

Download the source code from the OpenLDAP project page and extract the tar file it into the Xcode project folder.

从OpenLDAP项目页面下载源代码并在Xcode项目文件夹中展开tar文件。

互联网摘选

24、

After you give it a name, the XCode IDE builds the core application files.

您给应用程序命名之后,XCode IDE会构建核心应用程序文件。

互联网摘选

  • 相关词组
  • Xcode CloudXcodeCloud是苹果公司推出的持续集成和交付(CI/CD)云服务,深度集成于Xcode开发环境。
  • 今日热词
  • 热门搜索

纳米英语英语词典(dict.nm3.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈