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
Hey guys, I'm getting this error installing FengNiao in a MacBook Pro 2021 with M1 Pro.
With HomeBrew and Mint
error: no such module 'PackageDescription'
import PackageDescription
^
Compiled Manually with Verbose
error: 'fengniao': Invalid manifest
<unknown>:0: remark: did not find a prebuilt standard library for target 'arm64-apple-macos' compatible with this Swift compiler; building it may take a few minutes, but it should only happen once for this combination of compiler and target
/Users/carlos.lopez/Development/FengNiao/Package@swift-5.0.swift:3:8: error: no such module 'PackageDescription'
import PackageDescription
^
Any help?
The text was updated successfully, but these errors were encountered:
I cannot reproduce it. The installation goes fine under my MacBook Pro with the Apple M1 Pro chip:
PackageDescription should be a part of the Xcode environment and shipped with the Swift package manager. I guess the most possible reason is there's something wrong with the Xcode environment on your machine. Can you confirm that you have selected the correct Xcode path/version under the "Command Line Tools" setting in the "Locations" tab of your Xcode Preference panel?
Hey guys, I'm getting this error installing FengNiao in a MacBook Pro 2021 with M1 Pro.
With HomeBrew and Mint
Compiled Manually with Verbose
Any help?
The text was updated successfully, but these errors were encountered: