Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'No code signature found' when using Swift Package Manager and Xcode 12.0 #2

Closed
electricbolt opened this issue Oct 8, 2020 · 0 comments

Comments

@electricbolt
Copy link
Owner

  1. Your Xcode 12 project links Appfigurate Library by using Swift Package Manager.
  2. Simulator builds: build and deploy correctly.
  3. Device builds: build correctly, but fail to install onto the attached device with message 'Unable to install , Code -402620388, No code signature found, MobileDeviceErrorCode 0xE800801C'.

This is caused by a code signing bug in Xcode 12 when using Swift Package Manager and vendor binaries (see https://bugs.swift.org/browse/SR-13343).

Workarounds:

  1. Continue using Carthage, Cocoapods or Manually link Appfigurate Library OR
  2. Add a temporary Run Script Phase to work around this code signing issue as documented here: https://pspdfkit.com/guides/ios/current/knowledge-base/library-not-found-swiftpm/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant