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

App won't install to device - FIRAnalyticsConnector.framework (No code signature found) #6492

Closed
stefan-applantis opened this issue Sep 18, 2020 · 5 comments

Comments

@stefan-applantis
Copy link

[REQUIRED] Step 1: Describe your environment

  • Xcode version: 12.0 (12A7209)
  • Firebase SDK version: 6.32-spm-beta
  • Firebase Component: Analytics
  • Component version: 6.32.1
  • Installation method: Swift Package Manager

[REQUIRED] Step 2: Describe the problem

App builds / installs fine on simulator, but when building to device an alert appears saying "Unable to install AppName".
This started happening after updating from Xcode 12 Beta 6 to the GM and the spm version from 6.31 to 6.32

Steps to reproduce:

Console Output from device:

0x16eea7000 +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]: 77: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.KqUtwR/extracted/AppName.app/Frameworks/FIRAnalyticsConnector.framework : 0xe800801c (No code signature found.)

Xcode Details:

Unable to install "AppName"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
--
No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
    DVTRadarComponentKey = 261622;
    MobileDeviceErrorCode = "(0xE800801C)";
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x000000011f5a893f DTDKCreateNSErrorFromAMDErrorCode + 220
	1   DTDeviceKitBase                     0x000000011f5e7124 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
	2   DVTFoundation                       0x0000000104590b53 DVTInvokeWithStrongOwnership + 71
	3   DTDeviceKitBase                     0x000000011f5e6e65 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
	4   IDEiOSSupportCore                   0x000000011f49fd28 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3513
	5   DVTFoundation                       0x00000001046bf2ba __DVT_CALLING_CLIENT_BLOCK__ + 7
	6   DVTFoundation                       0x00000001046c0edc __DVTDispatchAsync_block_invoke + 1191
	7   libdispatch.dylib                   0x00007fff682816c4 _dispatch_call_block_and_release + 12
	8   libdispatch.dylib                   0x00007fff68282658 _dispatch_client_callout + 8
	9   libdispatch.dylib                   0x00007fff68287c44 _dispatch_lane_serial_drain + 597
	10  libdispatch.dylib                   0x00007fff682885d6 _dispatch_lane_invoke + 363
	11  libdispatch.dylib                   0x00007fff68291c09 _dispatch_workloop_worker_thread + 596
	12  libsystem_pthread.dylib             0x00007fff684dca3d _pthread_wqthread + 290
	13  libsystem_pthread.dylib             0x00007fff684dbb77 start_wqthread + 15
);
}
--


System Information

macOS Version 10.15.6 (Build 19G2021)
Xcode 12.0 (17219)
@google-oss-bot
Copy link

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@sgmtal
Copy link

sgmtal commented Sep 18, 2020

I have the same problem and I can't solve it, did someone find the solution please?

@paulb777
Copy link
Member

Duplicate of #6472. See the workaround at #6472 (comment)

@stefan-applantis
Copy link
Author

@paulb777 Thanks!

@RealTechyGod
Copy link

Hi has this issue been fixed? would like to build the project today

@firebase firebase locked and limited conversation to collaborators Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants