Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B Bolts-ObjC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BoltsFramework
  • Bolts-ObjC
  • Issues
  • #348
Closed
Open
Issue created Jun 21, 2021 by Hinagiku Soranoba@soranoba

Failed to install apps when using Carthage and Xcode12.5

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

Assignee
Assign to
Time tracking