简体   繁体   English

如何打开从github下载的xcode中已有的项目?

[英]How do i open already existing project in xcode downloaded from github?

I am very new to xcode. 我是xcode的新手。

I am trying to open an existing Github project as an example. 我试图打开一个现有的Github项目作为例子。

I downloaded it as a zip and tried to find xcodeproj file to open in Xcode (Ver 8.2) but couldn't find it. 我将其下载为zip并试图找到xcodeproj文件在Xcode(Ver 8.2)中打开但无法找到它。

Can you please let me know how can I do it? 你能告诉我怎么办? Also please let me know whether a new project should be opened in swift or objective c. 另请告诉我是否应该迅速或客观地开设新项目。 (i opened in objective C mode but couldn't find a way to open the downloaded project) (我在目标C模式下打开但无法找到打开下载项目的方法)

Seems the XCode project file is removed from this repo. 似乎从此repo中删除了XCode项目文件。

You can create your own new project and drag drop these files to your project. 您可以创建自己的新项目并将这些文件拖放到项目中。 And set initial view controller in App Delegate or in Storyboard . 并在App DelegateStoryboard中设置初始视图控制器。

在此输入图像描述

In this picture you can see the note by developers. 在这张图片中,您可以看到开发人员的说明。 They removed the .xcodeproj file. 他们删除了.xcodeproj文件。 You have to drag and drop the required classes in your project. 您必须在项目中拖放所需的类。

暂无
暂无

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

相关问题 如何在不安装 cocoapods 的情况下运行从 github 下载的 xcode 项目? - How to run a xcode project downloaded from github without installing cocoapods? Xcode 项目(从 gi​​thub 下载的 zip)构建,但我在模拟器中出现黑屏 - Xcode project (zip downloaded from github) builds, but I get a black screen in the simulator 如何将现有的XCode(4.5)项目添加到BitBucket - How do I add an existing XCode (4.5) project to BitBucket 如何在项目目录中的 Xcode 内打开 Playground? - How do I open a Playground inside of Xcode in a project directory? 我已经用Java开发了一个应用程序,如何在xcode模拟器中打开它 - i have already developed an app in java how do i open it in xcode simulator 无法在已经存在的Xcode项目中安装cocoaPods - Unable to Install cocoaPods in already existing Xcode project 当我已经从AppStore下载应用程序时,通过我的设备上的xcode运行应用程序 - Running an application through xcode on my device while I already have the app downloaded from the AppStore 我们如何打开一个已经存在的数据库fmdb以及在哪里包含它? - how do we open an already existing database fmdb and where to include it? 如何将Facebook的Buck Build安装到现有的Xcode项目上? - How do I install Facebook's Buck Build onto an existing Xcode project? 如何将 Github 中的集成代码添加到现有项目中 - How to add integrate code from Github into your existing project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM