You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For avoiding this, SwiftPM should use $(TOOLCHAIN_DIR) in OTHER_SWIFT_FLAGS instead of absolute path resolved on running swift package generate-xcodeproj.
TOOLCHAIN_DIR will point suitable path on using Xcode:
Environment
Swift 4.0
swift-DEVELOPMENT-SNAPSHOT-2017-10-17-a
Additional Detail from JIRA
md5: 05bafd94859d72410122e3e6c227b77d
Issue Description:
TOOLCHAINS=swift swift package generate-xcodeproj
generates PackageDescription target with setting:and this causes error on
import PackageDescription
with Xcode:For avoiding this, SwiftPM should use
$(TOOLCHAIN_DIR)
inOTHER_SWIFT_FLAGS
instead of absolute path resolved on runningswift package generate-xcodeproj
.TOOLCHAIN_DIR
will point suitable path on using Xcode:The text was updated successfully, but these errors were encountered: