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

Missing signing #16

Closed
riderx opened this issue Sep 30, 2022 · 5 comments
Closed

Missing signing #16

riderx opened this issue Sep 30, 2022 · 5 comments

Comments

@riderx
Copy link
Contributor

riderx commented Sep 30, 2022

when adding your lib to a project in XCode 14 project won't build because of the lib don't have signed team

@undimon
Copy link

undimon commented Nov 23, 2022

Confirm, plz fix

@akramhussein
Copy link
Owner

Will take a look

@riderx
Copy link
Contributor Author

riderx commented Nov 24, 2022

thanks 🙏

@riderx
Copy link
Contributor Author

riderx commented Dec 3, 2022

Seems adding

s.pod_target_xcconfig = { 'CODE_SIGNING_ALLOWED' => 'NO' }

in https://github.com/akramhussein/Mute/blob/master/Mute.podspec
fix the issue.
i do a PR

@akramhussein
Copy link
Owner

I've merged in #17 and believe it should resolve the issue. It is in the 0.6.1 release.

This seems to be a bigger issue in many pods due to Xcode 14 and this may not be the correct fix for all, especially if you have more complicated projects. If that is the case, I suggest taking a look at implementing a fix in your projects Podfile using a post_install script as explained here. If using that approach, use 0.6.0 which does not have this change.

Thank you to @riderx for the PR #17

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

3 participants