-
Notifications
You must be signed in to change notification settings - Fork 52
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
Codesign Error with GiphyUISDK 2.1.6 #149
Comments
Same here. It is failing on our M1 Mac Mini building in Rosetta mode. |
oh wow... I spent like 2 hours trying to figure this out, didn't realize it was Giphy. downgrading to 2.1.5 now firebase/firebase-ios-sdk#6472 seems relevant. |
Sorry about the delay on this - sorry to hear it seems to have led to some painful debugging : / I'm now back in business however, and just pushed a version Please let me know if this gets things working again. thanks! |
@cgmaier I have the same problem on |
thanks for confirming @jnwagstaff and thanks for sharing that firebase issue link @AndrewSB I've tried a number of things and am yet to be able to reproduce the error uploading the example app to App Store Connect. I'm using Xcode 12.4 on an M1 MacBook Air. Any ideas? I can't seem to determine what may be different about release I created this branch to test SPM (rather than CocoaPods) in the swift Example app, where upload works for me. feel free to plug in your own signing credentials and a bundle id to the project in order to test archive / upload. also wondering there is anything in thanks for helping to debug. hopefully we can resolve this issue soon! |
hey all, we've determined this was an issue with Xcode, as noted in the 12.4 release:
this appears to be fixed with Xcode 12.5:
I released a new version of the GIPHY SDK 2.1.8 using Xcode 12.5 tools, in case this is also necessary. |
We import the SDK through SPM. Everything works as expected up to 2.1.5
Today I upgraded to 2.1.6 and it broke our release pipeline with the following error when codesigning before upload:
Downgrading back to 2.1.5 fixes the issue.
The text was updated successfully, but these errors were encountered: