TheGameCreators / AGKRepo

New Home of AGK Source Code for 2024 and Beyond
15 stars 14 forks source link

Still unable to upload IPAs created with AGK Studio to the Store due to Asset Validation Failure. #10

Open TheMadProf opened 2 months ago

TheMadProf commented 2 months ago

The new build of AGK Studio uses the correct SDK so IPAs compiled of a Mac do not throw up an error on uploading.

Instead I am getting the following two new errors...

Asset validation failed (90030) Nib file 'MainWindow~iphone.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename. (ID: 74a1232a-bfe5-4081-aa4a-f6f3492fb63a)

Asset validation failed (90030) Nib file 'MainWindow~ipad.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename. (ID: b1d68401-bcf8-4f3a-a22a-53302212b71c)

Because of these errors I am still unable to upload to the App store.

MucMac commented 2 months ago

Same here on my M3 Macbook Air on 14.5.

Zaxxan commented 2 months ago

This refers to an older version of xcode but may help. https://stackoverflow.com/questions/33268084/error-when-uploading-ios-app-after-updating-to-xcode-7-0-1