ios developer tiny share-20160722

今天讲使用Xcode Build and Run your app,你可以使用模拟器,也可以使用真机进行编译和运行。

Build and run your app
Build and run your code to compile, link, and debug it. For products that can be run directly, if the product builds successfully Xcode runs the product and starts a debugging session.


1.Optionally, select an active scheme and destination from the scheme menu in the toolbar.
For iOS, watchOS, and tvOS apps, choose a run destination from the Scheme menu.
To run in a simulator: Under iOS Simulators, choose a device family or click Add Additional Simulators to configure your own. For tvOS apps, choose Apple TV 1080p.
To build using the platform SDKs: Under Build Only Device, choose a generic device. Choose a generic device if later you want to create an archive of your app and you don’t have a real device. You can’t create an archive of a simulator build.
To launch on a device: Under Device, choose a device connected to your Mac.

2.Click the Run button to build and run your code with the active scheme.

The activity viewer shows the build progress and results. (If the device is not registered, click Register Device in the sheet that appears.)
3.Use the Stop button to stop an in-progress build or end the current debugging session.

Xcode displays any errors or warnings it encounters in the issue navigator. If there are errors during the compilation or link phase, Xcode does not run your code.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在Windows中安装tiny-cuda-nn,您需要按照以下步骤进行操作: 1. 首先,确保您的计算机已经安装了合适的CUDA驱动程序。您可以从NVIDIA官方网站下载并安装最新的CUDA驱动程序。 2. 在安装CUDA驱动程序后,您需要安装CMake工具。您可以从CMake官方网站下载并安装最新版本的CMake。 3. 接下来,您需要安装Git客户端,以便从GitHub上获取tiny-cuda-nn的源代码。您可以从Git官方网站下载并安装最新版本的Git。 4. 打开一个命令行终端或Git Bash终端,并导航到您想要存储tiny-cuda-nn源代码的目录。 5. 在命令行终端或Git Bash终端中,运行以下命令来克隆tiny-cuda-nn的GitHub存储库: ``` git clone https://github.com/tiny-cuda-nn/tiny-cuda-nn.git ``` 6. 克隆完成后,导航到tiny-cuda-nn源代码的目录。然后,创建一个新的文件夹来构建项目,比如"build": ``` cd tiny-cuda-nn mkdir build cd build ``` 7. 在构建文件夹中,运行以下命令使用CMake生成构建文件: ``` cmake .. ``` 8. 完成CMake配置后,运行以下命令来编译tiny-cuda-nn: ``` cmake --build . ``` 9. 编译完成后,您可以在构建文件夹中找到生成的可执行文件。您可以运行该可执行文件来使用tiny-cuda-nn。 请注意,上述步骤假设您已经正确安装了CUDA驱动程序、CMake和Git,并且您的计算机满足tiny-cuda-nn的要求。如果在安装过程中遇到任何问题,请参考tiny-cuda-nn的文档或GitHub存储库中的说明。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值