Changes between Initial Version and Version 1 of Ticket #12647
- Timestamp:
- Jun 19, 2021, 4:40:18 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12647 – Description
initial v1 1 1 The last two daily builds (6-18-21, 6-19-21) when cloned from git and compiled in Xcode are not compiling correctly with no changes on my end to what normally works. 2 2 3 The .IPA file generated from Xcode (I always build as an archive for generic iOS device so I can save the IPA) is only 36mb while the usually (working) builds produce an IPA that is 86mb. Also of note when exporting the IPA instead of showing the proper app icon it shows a generic exec icon. When opening in Filza, it displays no information such as the bundle ID, which is usually does and Filza crashes when trying to install it.3 The .IPA file generated from Xcode (I always build as an archive for generic iOS device so I can save the IPA) is only 36mb while the usually (working) builds produce an IPA that is 86mb. 4 4 5 5 When extracting the IPA it has no files in it except for the ScummVM executable, absolutely nothing else- no icons, folders, engines etc. 6 7 Also of note when exporting the IPA instead of showing the proper app icon it shows a generic exec icon. When opening in Filza, it displays no information such as the bundle ID, which it usually does and then Filza crashes when trying to install it. 6 8 7 9 Included is the IPA if it is of help to you. Thank you!