Generate a Simulator Build command

打开工程后--show in finder 找到xx.xcodeproj  右键 选择如图所示用终端机打开

然后依次输入如图红线标记所示的命令

如果成功则会有如下字样提示:

最后需要压缩一个zip文件以上传到fb进行审核

compress the simulator build into a zip file. The build that was generated was placed into:

{base directory}/build/Release-iphonesimulator/{projectname}.app

 

时间: 2024-08-01 10:24:44

Generate a Simulator Build command的相关文章

iOS开发——为iOS工程创建模拟器包,用于其它电脑上iOS模拟器的运行测试(Creating an iOS Simulator Build)

iOS程序开发后期,要将程序打包并分发给众人进行测试.一般而言,这类测试都是真机测试,这是正确且必要的.只是有一个问题,生成真机测试的ipa包需要相关的证书. 当然,绝大多数iOS开发人员甚至是一些独立开发者,都能轻而易举(无所不用其极)地弄到这些证书.因此,这里需要声明一下本文的适用人群和情况: 1. 生成的应用程序包只能用于模拟器测试,无法用于真机: 2. 不需要特别的证书: 3. 某人没有被包含在证书里面的设备,但是却需要看到程序,验证相关功能等(或者开发者本身没有任何证书,却需要别人观摩

launch genymotion simulator from command line

Command to launch genymotion headless - player --vm-name Nexus_4 if player is not already added to path, add it to path using below command in your ~/.bash_profile export PATH=/Applications/Genymotion.app/Contents/MacOS/:$PATH When more than one devi

learning makefile set debug level and build command

原文地址:https://www.cnblogs.com/lianghong881018/p/10762808.html

Reapp 混合应用 - 帮助构建不曾有过的强大应用(Reapp Hybrid apps - help you build powerful apps like never before)

Reapp 混合应用 - 帮助构建不曾有过的强大应用 (Reapp Hybrid apps -  help you build powerful apps like never before) 太阳火神的美丽人生 (http://blog.csdn.net/opengl_es) 本文遵循"署名-非商业用途-保持一致"创作公用协议 转载请保留此句:太阳火神的美丽人生 -  本博客专注于 敏捷开发及移动和物联设备研究:iOS.Android.Html5.Arduino.pcDuino,否则

How to Build ffmpeg with NDK r9

This is a updated post for a previous post, where we built ffmpeg 0.8 with Android NDK r5 and r6. This post will give instructions of how to build ffmpeg 2.0.1 with Android NDK r9. 0. Download Android NDK The latest version of Android NDK can be down

gomobile build

You need to set the NDK path in gomobile init using the -ndk flag - if you follow these instructions, the path should be ~/Library/Android/sdk/ndk-bundle/: gomobile init -ndk ~/Library/Android/sdk/ndk-bundle/ Then you can compile the APK: gomobile bu

Build Settings

一般我们在xcode里面配置包含工程目录下头文件的时候,都要关联着相对路径和绝对路径,如果只是自己用这个项目,用绝对路径的问题不大,但是如果你把工程发给别人,别人就要在改这个绝对路径,这时候绝对路径的缺点立马出现. 所以在修改User Header Search Paths这个选项的时候使用"$(SRCROOT)/当前工程名字/需要包含头文件所在文件夹"将上面的双引号里面的字符串拷贝之后,你会发现这个“$(SRCROOT)”,会自动变成当前工程所以的目录. 这样就可以了,发给别人,别人

simplified build configuration

http://blogs.msdn.com/b/saraford/archive/2005/08/16/452411.aspx Did you know… That you can hide the solution and advanced build configurations Under Tools – Options – Projects and Solutions – General, there are options for both Always show solution a

maven之 build lifecycle

maven之 build lifecycle A Maven build lifecycle consists of a set of well-defined phases. Each phase groups a set of goals defined by Maven plugins and the lifecycle defines the order of execution. A Maven plugin is a collection of goals where each go