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
The latest release (i.e. v5.0.0) seems to suffer from an issue with an app I'm working with Reachability already integrated via Carthage, and building on the recently released Xcode 12.0. See: Carthage/Carthage#3019.
For clarity, I get the following error in Terminal after running carthage build on my app now that Xcode 12.0 is installed.
This issue is unrelated to this project, but a problem with lipo. Carthage has just released version 0.37.0 that can build XCFrameworks, which gets rid of this failure.
The latest release (i.e. v5.0.0) seems to suffer from an issue with an app I'm working with Reachability already integrated via Carthage, and building on the recently released Xcode 12.0. See: Carthage/Carthage#3019.
For clarity, I get the following error in Terminal after running
carthage build
on my app now that Xcode 12.0 is installed.and if I try running that failing
xcrun
command directly, I get the same root cause errors as shown in the linked issue above.The text was updated successfully, but these errors were encountered: