Hi having some trouble getting any app to run in xcode.
the builds succeed although lots of warnings for depreciated terms are noted. the app launches in the simulator then quickly pauses and all apps i try to build even a completely blank hello world app give me the same error message at the same time;
sometimes it comes as thread 3 and sometimes thread 7; always the same two lines in the two sections;
1) the first is under the section 0_platform_memmove
which has
libsystem_pthread.dylib`:
at the top
and then line 54 gets highlighted which is 0x104a13410 <+208>: stp x12, x13, [x0]
It says Error;
Thread 3: EXC_BAD_ACCESS (code=2, address=0x10d448000)
2) And from 9_pthread_wqthread
same thing at the top;
libsystem_pthread.dylib`:
on Line 73
which says;
0x105f57814 <+284>: ldr x1, [x22]
it says Error;
Thread 3: EXC_BAD_ACCESS (code=2, address=0x10d448000)
see screenshot of one it;
Please login to see this attachment.
have previously successfully managed to export an app to xcode and run it about 8 years ago. so figure something in that time has changed. but I dont have much programming or xcode knowledge so appreciate any help!
Currently running latest version of software - mmf 2.5developer build R295.10.
mac running macos 14.5 and running xcode 15.4.
I cant work out if ios exporter needs separate update? - when i updated mmf2.5 i just did check for updates and let it run but I cant seem to see an ios exporter update option so I assume it auto updated at the same time?
any ideas? thankyou!