BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.65k stars 578 forks source link

Failed to install apps when using Carthage and Xcode12.5 #348

Open soranoba opened 3 years ago

soranoba commented 3 years ago

When we build applications depending on Bolts-ObjC using Carthage and following commands, the built application failed to install on iOS 14.6.

carthage build --platform iOS --use-xcframeworks Bolts-ObjC

The reason for the installation failure is the same as in the following link.

code signature version is no longer supported

https://developer.apple.com/forums/thread/679182

I don't understand if this is a Carthage issue or a Bolts issue. However, I found a workaround that removes the Scheme for StaticLib in Bolts.

Is there any other solution? Thanks.

Versions

Bolts-Objc: 1.9.1 Carthage: 0.38.0

soranoba commented 3 years ago

ref https://github.com/Carthage/Carthage/issues/3208