←back to thread

168 points pabs3 | 5 comments | | HN request time: 0s | source
1. starmole ◴[] No.45755914[source]
Super cool! Would love to see the build/deploy steps needed.
replies(2): >>45757630 #>>45761755 #
2. saagarjha ◴[] No.45757630[source]
xcrun -sdk iphoneos clang yellow.asm, pack it into an IPA and sign it
replies(1): >>45757804 #
3. anta40 ◴[] No.45757804[source]
Hmm doesn't work. Here's the error log (I'm on Mac M2):

https://gist.github.com/anta40/60f62c803a091ad0415d60f8cac55...

replies(1): >>45757978 #
4. saagarjha ◴[] No.45757978{3}[source]
Maybe throw in a -framework CoreFoundation
5. zffr ◴[] No.45761755[source]
I just tested this on my computer.

  1. Make a new Xcode iOS project and delete all files except for Info.plist
  2. Remove all keys from Info.plist
  3. In the build settings search for "storyboard" and remove all keys
  4. Add yellow.asm to project
  5. Link UIKit, and Foundation
After all that you can build and run on a simulator