-
Notifications
You must be signed in to change notification settings - Fork 497
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
Archive generated from Xcode 15.4 is not valid for TestFLight/AppStore #7833
Comments
It is essentially a problem Apple side.
But I think the Swift Package for A work around is to manually edit the faulty
|
Tchap issue: tchapgouv/tchap-ios#1082 |
This is known and fixed on the RTE/EX (matrix-org/matrix-rich-text-editor#1018). The EI project doesn't support Xcode 15.4 yet, please make sure you use the Xcode version specified in the Fastfile. |
@NicolasBuquet Do I need to modify root info.plist file (Riot)? cause root info.plist already have all these keys defined
|
@Ashik55 Normaly, the Riot info.plist is complete. Apple validation toolchain complains for embedded frameworks only. You only need to complete de info.plist of faulty embedded frameworks. But modify it once the archive is generated. You explore the archive until the You then upload the archive (via Xcode Organizer) to Apple. |
@NicolasBuquet Thanks, after archiving when I open archived files as show package content. There's no folder for framwork. could you please guide me where will I get the framework folder? |
Look into > Product > Applications > App Bundle > Frameworks : |
@NicolasBuquet Thanks, I found the info.plist & updated as you've suggested & now I am getting this error. |
@NicolasBuquet any idea how can I resolve this? |
@Ashik55 Maybe your main Bundle specify a "Minimum OS Version" higher than 15.0. And if its différent than 15.0, specifiy the same version in your framework. |
Steps to reproduce
Update to Xcode 15.4. (it works as intended with Xcode 15.2)
Generate Archive and Validate it in Organizer.
Outcome
What did you expect?
The archive to be ok.
What happened instead?
The archive is not validated:
Your phone model
No response
Operating system version
No response
Application version
Element 1.11.6
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: