iOS bundling fails (SOLVED)

After bundling successfully many times this morning, all of a sudden I get this error:

I haven’t changed anything in the game. Any ideas why this error happens?

Edit 1: Restarting the Max didn’t help. Android export works fine.
Edit 2: When unticking the “Sign application” it works.

Check your build folder for a log.txt file.

There is nothing in the target build folder, and I searched the whole Mac for a log.txt file, and it didn’t return one from today.

Found the issue: I had added a key mentioned in this post, but when uploading the .ipa to Testflight it threw an error. So I removed the “custom entitlements”, but didn’t remove the “Override Entitlements” flag. Once both were removed, it builds again.

1 Like