-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't see any files on iOS 15.2 #9
Comments
Upon further inspection the problem seems to be that the database can't be opened because this line returns nil:
Apparently the app bundle is searched for a (sqlite?) file "games.db" and fails. I can't find this file in the project, is it there? |
I fixed this by adding the games.db folder from the /resources/roms folder into the corresponding resources folder in Xcode, I can confirm it runs fine on IOS 16 with this small change. |
markiehill, I see the file games.db in C64Emulator/Resources, not in /resources/roms. I don't understand what you mean with "corresponding resources folder in Xcode", could you give a few more details? |
Greetings!
I downloaded the master tree from github, built and installed with XCode 13.2.1 on an iPhone with iOS 15.2.
I see the "Programs/Disks" selection, select "Disks", tap on "Upload", browse to the URL which is displayed on the device.
I uploaded several files through the web interface - some are named .d64, others are named .sid.
When closing+killing the app and restarting, the files are still there, so I think they have been transferred to the device.
However, I can't see any. The screen remains empty.
Thanks, l
The text was updated successfully, but these errors were encountered: