-
Notifications
You must be signed in to change notification settings - Fork 92
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
Flutter Build Issue MacOS - Invalid Code Signing Entitlements (while uploading to Testflight) #1679
Comments
➤ PM Bot commented: Jira ticket: RDART-1031 |
This problem appeared in realm version 1.0.0, was fixed in version 1.2.0, but resurfaced in version 2.2.1 |
You can either downgrade the realm version or wait for the author to fix it |
The previous fix was to build We upgraded to use xcode 15.3 in 2.2.1, because Apple has since made it a requirement to use xcode 15 for apps published to the app store. However, this is not currently a requirement for libraries, so I have downgraded to using xcode 14.0.1 for now. |
@nielsenko tagging you here, because not sure you get a notification! |
@flawnn Can you confirm that it works for you if you downgrade to 2.1.0? |
Yes, 2.1.0 works for me fine! |
@flawnn Thanks. It appears that xcode 14.3.1 is too new as well, I really need to go back to 14.0.1 (as I said I would 🙄). However, this is untenable in the long run, so I will give it a bit more thought. |
Maybe there is a way to dynamically create the shared library? We can pass an application-identifier property over the pubspec maybe, or it might be even inferrable through other platform-specific files, or? |
I did try to build a new version with the latest version of realm_dart (including Is there still something coming regarding this issue or do I/you need to rebuild the binary for this to work again? |
How did you test that out? #1694 hasn't been released yet. |
I checked out realm_dart as a git package and then tried to build :) |
@flawnn Unfortunately that won't work in this case, as the change is in how we build the native library, and when using a git dep you are still downloading the previous native lib. |
Alright, I see. I'll just wait then for the next release 👍 |
What happened?
Same issue as in #1151:
@whaleHan Can you tell me how you solved it - your issue seems closed!
And besides that obviously, let me know if anyone knows a fix for this
Repro steps
Build on CodeMagic in CI/CD Environment - then upload to TestFlight
Version
3.19.3
What Atlas Services are you using?
Atlas Device Sync
What type of application is this?
Flutter Application
Client OS and version
2.2.1
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: