XCode 7 beta: ScummVM for everyone
Moderator: ScummVM Team
XCode 7 beta: ScummVM for everyone
With new XCode 7 beta everyone can install apps to their iDevices - even without developer account. But: is there a current version where the XCode project builds in the new beta? I tried some of the older versions where it was still included but with no luck ...
Yes, you can add games: Open the Devices window, click on the gear under "installed apps", select "download container". Right click that container in Finder, select "show content" an put the game folder inside the Documents folder of the contanier. Upload the container via the gear in Devices window, start "ScummVM" on your device and enjoy.sofakng wrote:Yes, ScummVM will launch on the device, but can you add games/folders?
I've previously tried this and if you weren't jailbroken then it simply crashed when it tried to browse the filesystem to add the games.
Don't know if there's a better way to accomplish this, but it works like a charm.
Hmmm, that doesn't work for me. I've copied a game into the Documents folder (using iExplorer) but when I click the [Add Games] button it immediately crashes.
I see that you are using an older version though... (1.3.0)
I'm using the latest build from the buildbot server (but I signed everything and packaged it into an IPA file). As I mentioned, the application starts fine (the GUI is tiny though), but when I click Add Games, it immediately crashes. I think it's because it's trying to browse the root filesystem which is forbidden on non-jailbroken phones.
I see that you are using an older version though... (1.3.0)
I'm using the latest build from the buildbot server (but I signed everything and packaged it into an IPA file). As I mentioned, the application starts fine (the GUI is tiny though), but when I click Add Games, it immediately crashes. I think it's because it's trying to browse the root filesystem which is forbidden on non-jailbroken phones.
Hmmmm... I can't believe it crashes while browsing the file system. That works fine with me here. But I had some crashes with the unmodified code when holding the device in portrait mode. There's some issue when ScummVM tries to display the keyboard (which it does in portrait mode), so I commented out some lines in iphone_keyboard.m
The keyboard has no effect now, but I don't need it for MI3. Everything works, unjailbroken.
The keyboard has no effect now, but I don't need it for MI3. Everything works, unjailbroken.
Sorry for so many questions, but where did you get the 1.3.0 source? Github only goes back to 1.4.0 it looks like. Also, what lines did you comment out?
I'm trying to get the latest (1.8.0-git) to compile but it requires iOS SDK 3.1.2. I'm trying to get that working or maybe I will try to remove the obsolete calls and upgrade it to SDK 8.4.
I'm trying to get the latest (1.8.0-git) to compile but it requires iOS SDK 3.1.2. I'm trying to get that working or maybe I will try to remove the obsolete calls and upgrade it to SDK 8.4.
I used this one here:
https://github.com/scummvm/scummvm/rele ... branch-1-3
In /backends/platform/iphone/iphone_keyboard.m I commented out these lines with two slashes:
As I said, this disables text input, but if you can live with that, try it out.
https://github.com/scummvm/scummvm/rele ... branch-1-3
In /backends/platform/iphone/iphone_keyboard.m I commented out these lines with two slashes:
Code: Select all
//[[self textInputTraits] setAutocorrectionType:(UITextAutocorrectionType)1];
//[[self textInputTraits] setAutocapitalizationType:(UITextAutocapitalizationType)0];
//[[self textInputTraits] setEnablesReturnKeyAutomatically:NO];
Building without a developer account just creates an .app-file, no .ipa. Does that help?
EDIT: Already tried this one? http://www.mediafire.com/download/hj1as ... 5.0git.ipa
EDIT: Already tried this one? http://www.mediafire.com/download/hj1as ... 5.0git.ipa
Last edited by legueil on Tue Jul 07, 2015 3:18 pm, edited 1 time in total.
Edited my last post too late ... Already tried this one from the 1.5.0 branch?
http://www.mediafire.com/download/hj1as ... 5.0git.ipa
Tell me if it doesn't work, then I will PM you ...
http://www.mediafire.com/download/hj1as ... 5.0git.ipa
Tell me if it doesn't work, then I will PM you ...
That one works! Thanks so much!
Well, I don't have any games to add from my work machine, but when I click [Add Games] it doesn't crash! The resolution also looks good and the GUI isn't tiny like 1.7.0.
I'm still working on compiling 1.8.0 too... Everything seems to compile fine except for the ARM assembly files which I can't quite figure out how to compile correctly.
Thanks again!
Well, I don't have any games to add from my work machine, but when I click [Add Games] it doesn't crash! The resolution also looks good and the GUI isn't tiny like 1.7.0.
I'm still working on compiling 1.8.0 too... Everything seems to compile fine except for the ARM assembly files which I can't quite figure out how to compile correctly.
Thanks again!