Created
October 15, 2017 18:19
-
-
Save tjw/a948091d80ec93dd775ced9a74003955 to your computer and use it in GitHub Desktop.
Building swift for iOS?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ./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