Hello,
I have jumped back into development of Corona recently after a 7 years away.
I have been checking out some example apps and testing them out on my new iPad Mini 6th gen (iOS 17.4.1).
Anyway when I build the hello world app using Corona SDK 2024.3706 and Xcode 15.2 and I run it on my iPad, I see a bunch of errors in the iPad console.
To capture the log:
I access the console Xcode → Window → Devices and Simulators (select my iPad) → open console
add a filter for helloworld and then hit start
I launch the helloworld app on my iPad
then I hit pause on the console log screen.
Here are the errors:
|error|13:57:26.714978-0400|kernel|Sandbox: HelloWorld(6563) deny(1) sysctl-read kern.bootargs|
|---|---|---|---|
|error|13:57:26.732783-0400|kernel|Sandbox: HelloWorld(6563) deny(2) file-test-existence /usr/bin/swift-backtrace|
|error|13:57:26.732795-0400|kernel|Sandbox: HelloWorld(6563) deny(2) file-test-existence /usr/bin/arm64e|
|error|13:57:26.804989-0400|kernel|Sandbox: HelloWorld(6563) deny(1) sysctl-read kern.bootargs|
|error|13:57:27.287125-0400|backboardd|ignoring connection; bundleID is missing (or invalid) from the attributes: IOHIDEventSystemConnection uuid:EB1720E3-55D9-431E-8427-A8EE37C511AD pid:6563 process:HelloWorld type:Passive entitlements:0x0 caller:PencilKit: <redacted> + 108 attributes:(null) state:0x0 events:0 mask:0x0 dropped:0 dropStatus:0 droppedMask:0x0 lastDroppedTime:NONE|
I have attached the full log:
Helloworld-consolelog.rtf (23.8 KB)