DavidPeicho / unity-swiftui-example

Integration example of the Unity engine in a SwiftUI-based application
MIT License
70 stars 15 forks source link

Unable to upload to Testflight. #16

Open Fahad-pnw opened 11 months ago

Fahad-pnw commented 11 months ago

thank you so much for sharing this repo!

I have been struggling to upload for 2 days now; i have tried various ways and google'd thoroughly as well; i am unable to get this to upload.

image

I have tried embed & sign and i have tried do not embed. when i do embed & sign, i get this error:

ERROR ITMS-90206: "Invalid Bundle. The bundle at 'APPNAME.app/Frameworks/UnityFramework.framework' contains disallowed file 'Frameworks'."

if i do not embed; it submits successfully but then testflight emails show up saying: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path.

Have you tried successfully uploading your app to testflight? could it be a recent update thats revoking it from submission?

Fahad-pnw commented 11 months ago

ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/some.app/Frameworks.

its actually this error that appears once it submits to testflight

DavidPeicho commented 11 months ago

Hello,

The team I worked with uploaded an application embedding Unity using the same principle as this repository, but not directly this one. This was ~2 years ago, so something could have changed in between.

I will not be able to assist you further with that because I am not working anymore with Swift nor Unity.

Good luck!