What is build object file extension in iOS?

后端 未结 3 563
故里飘歌
故里飘歌 2020-12-07 06:22

When I build java object class in a project, build file will be created with .class extension and human unreadable; What about swift build files?

example:

3条回答
  •  忘掉有多难
    2020-12-07 06:44

    One thing I know is that Swift uses LLVM just like Objective-C.

    So in Java, we have this (source: W3schools).

    And here, for Swift (source: Swift.org)

    I hope this helps!

提交回复
热议问题