wrld3d / unity-api

Issue tracking for the WRLD Unity SDK
28 stars 8 forks source link

Can build direct to device with Xcode (Unity WRLD3D Project) - but cannot create distribution IPA #113

Open cdraptor opened 3 years ago

cdraptor commented 3 years ago

Description

We have built a mobile application (IOS) centered around the awesome WRLD3D SDK for Unity 0.8.17 with Unity 2019.4.29F (current latest stable) - We can run the Xcode project and build directly to the phone, but when we go to Archive, it shows the IPA processing failed. We have developed and archived a few apps, including we started a very simple base project with 2019.4.29 to determine that will archive, then simply added in WRLD3D, added our key to the base UnityWorldSpace scene - then tried to Archive with that Error

Steps to Reproduce

  1. Create Unity 2019.4.29f (latest 2019 stable)
  2. Build for phone, archive - worked (we have all our Apple dist certs and stuff are good to go) - we got an IPA
  3. Added in WRLD3D 0.8.17 Unity SDK
  4. We can build, but when we go to Archive it fails with error "IPA processing failed"

Expected behavior: I would expect to get an IPA

Actual behavior: WRLD as 3rd party addon, is causing the issue when Archiving from XCode

Reproduces how often: Every time, we currently cannot distribute our app even to Test Flight or MS App Center for client testers.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue, e.g.:

chrisdjali-wrld3d commented 3 years ago

This should be fixed by the latest snapshot build, v0.8.91, available here: https://cdn1.eegeo.com/unity/wrld.unity.sdk.0.8.91.release.zip

Can you confirm this resolves the problem in a fresh Xcode project?