Last active
February 25, 2019 12:27
-
-
Save dive/88886bf832ae5190cb0676e8be881191 to your computer and use it in GitHub Desktop.
SPM:Article:Compile:Error
This file contains hidden or 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
| Compile Swift Module 'ios_framework_package' (1 sources) | |
| ./spm-ios-example/ios-framework-package/Sources/ios-framework-package/ios_framework_package.swift:1:8: | |
| error: no such module 'UIKit' | |
| import UIKit | |
| ^ | |
| error: terminated(1): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-build-tool | |
| -f./spm-ios-example/ios-framework-package/.build/debug.yaml main output: ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment