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

[question]: Generating build on remote server fails with code sign. #1283

Closed
1 task done
amitjangirhKT opened this issue Jul 26, 2023 · 1 comment
Closed
1 task done

Comments

@amitjangirhKT
Copy link

amitjangirhKT commented Jul 26, 2023

How can we help?

I am able to create the build locally using fastlane. I want to create iOS build on remote server. But it is failing on remote with below mentioned logs.
I had checked remote server it contains all the necessary provisioning profiles and certificates.

Could someone help in figuring out the issue?

Xcode Version 14.3.1
OneSignal iOS SDK Version 3.11.2
Remote MacOS version 13.2 (22D49)

▸ ** ARCHIVE FAILED **
[2023-07-26 09:57:53] [09:57:53]: ▸ The following build commands failed:
[2023-07-26 09:57:53] [09:57:53]: ▸ 	CodeSign /Users/prow/code/kt/.prow-worktrees/f5b21894-2b99-11ee-aed0-762a46851439/code/kt/src/mobile/ios/kt_fleet/fastlane/build/Build/Intermediates.noindex/ArchiveIntermediates/Prodict_Name/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OneSignalNotificationServiceExtension.appex (in target 'OneSignalNotificationServiceExtension' from project 'KTFleet')
[2023-07-26 09:57:53] [09:57:53]: ▸ (1 failure)

Code of Conduct

  • I agree to follow this project's Code of Conduct
@emawby
Copy link
Contributor

emawby commented Jul 27, 2023

@amitjangirhKT It looks like codesigning is failing for your NotificationServiceExtension target. Have you checked out these two pages from Fastlane?
Codesigning Troubleshooting
Codesigning Common Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants