swift笔记三 使用xcode

swift笔记三 使用xcode,第1张

概述建一个xcode工程。。OS X > Application > Command Line Tool因为我们只是想玩玩swift语言特性不做UI. product name; example org name: cyper  org id: me.cyper bundle id: me.cyper.example 保存在桌面.   example > example.xcodeproj examp

建一个xcode工程。。OS X > Application > Command line Tool因为我们只是想玩玩swift语言特性不做UI.

product name; example
org name: cyper
org ID: me.cyper
bundle ID: me.cyper.example

保存在桌面.
example > example.xcodeproj
example > example/main.swift

选择products>example,右边IDentity and type,type选择Unix-Executable可以看到生成的可执行文件的全路径
/Users/cyper/library/Developer/Xcode/DerivedData/example-ajcwintjwwixdreqjjijwrzqriom/Build/Products/DeBUG/example

这个hello world文件大约5M

➜  DeBUG  $ pwd/Users/cyper/library/Developer/Xcode/DerivedData/example-ajcwintjwwixdreqjjijwrzqriom/Build/Products/DeBUG➜  DeBUG  $ lltotal 10904-rwxr-xr-x  1 cyper  staff   5.3M Oct 10 20:03 exampledrwxr-xr-x  4 cyper  staff   136B Oct 10 20:00 example.swiftmodule/➜  DeBUG  $ ./exampleHello,World!➜  DeBUG  $
总结

以上是内存溢出为你收集整理的swift笔记三 使用xcode全部内容,希望文章能够帮你解决swift笔记三 使用xcode所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1083892.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存