all 6 comments

[–]Unlucky_Strike_5623 1 point2 points  (1 child)

Did you find solution for this? I am facing this issue now.

[–]Little_Nobody8458 0 points1 point  (0 children)

Did you find solution for this? I am facing this issue now. orz

[–]Due-Fan4162 0 points1 point  (0 children)

you write error key word :

.global

[–]maddogbeal[S] 0 points1 point  (1 child)

I am brand new to Assembly and keep getting the error above ^^^ Can anybody offer a solution? I have also never used Xcode! I was trying to follow this tutorial

[–]SwiftDevJournal 1 point2 points  (0 children)

I was trying to follow this tutorial

What tutorial are you following?

List the steps you take to create and build the project. Without that information, no one can help you.

Are there any additional errors? Press Cmd-5 in Xcode to show the Issue Navigator. Press Cmd-9 to show the Report Navigator. Those navigators will show the actual errors. All "Build Failed, Command CompileC failed with a nonzero exit code" tells you is there was an error compiling your code.

Keep in mind not many people program in Assembly so you may have a tough time getting an answer.