Skip to content

Instantly share code, notes, and snippets.

@tjw
Created October 15, 2017 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjw/a948091d80ec93dd775ced9a74003955 to your computer and use it in GitHub Desktop.
Save tjw/a948091d80ec93dd775ced9a74003955 to your computer and use it in GitHub Desktop.
Building swift for iOS?
% ./utils/build-script --release-debuginfo --debug-swift
#### hours pass ####
% ../build/Ninja-RelWithDebInfoAssert+swift-DebugAssert/swift-macosx-x86_64/bin/swift -sdk /Applications/Xcode-9.1b2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -target arm64-apple-ios11.1 /Users/bungi/Desktop/TransitiveAppExtensionAvailable/Example.swift
<unknown>:0: error: unable to load standard library for target 'arm64-apple-ios11.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment