-
Notifications
You must be signed in to change notification settings - Fork 532
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
Issue after upgrade to Xcode 15 #883
Comments
… On September 27, 2023 10:13:22 AM EST, Minas ***@***.***> wrote:
**Describe the bug**
After upgrading to Xcode 15 I'm getting following error when unity view launches.
Any ideas what could be possible cause of this?
[ ] [Subsystems] Discovering subsystems at path /var/containers/Bundle/Application/A333446D-9A82-4A63-94A3-FD89CB0328B5/Runner.app/Frameworks/UnityFramework.framework/Data/UnitySubsystems
[ ] GfxDevice: creating device client; threaded=1; jobified=0
[ ] Initializing Metal device caps: Apple A12X GPU
[ +1 ms] Initialize engine version: 2022.3.10f1 (ff3792e53c62)
[+1405 ms] Process 2814 stopped
[ +1 ms] * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x16dc1fff0)
[ ] frame #0: 0x000000011b2ae448 Flutter`FlutterStandardCodecHelperReadValueOfType + 4
[ ] Flutter`FlutterStandardCodecHelperReadValueOfType:
[ ] -> 0x11b2ae448 <+4>: stp x26, x25, [sp, #0x10]
[ ] 0x11b2ae44c <+8>: stp x24, x23, [sp, #0x20]
[ ] 0x11b2ae450 <+12>: stp x22, x21, [sp, #0x30]
[ ] 0x11b2ae454 <+16>: stp x20, x19, [sp, #0x40]
[ ] Target 0: (Runner) stopped.
[ ] thread backtrace all
[ ] Debugger state set to detached.
[ ] process detach
**Unity (please complete the following information):**
- OS: Mac os silicon
- Version 2022.3.10f1 LTS
**Smartphone (please complete the following information):**
- Device: iPhone 13 pro
- OS: IOS 17
--
Reply to this email directly or view it on GitHub:
#883
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Can you try updating cocoapods using |
Thanks it worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrading to Xcode 15 I'm getting following error when unity view launches.
Any ideas what could be possible cause of this?
[ ] [Subsystems] Discovering subsystems at path /var/containers/Bundle/Application/A333446D-9A82-4A63-94A3-FD89CB0328B5/Runner.app/Frameworks/UnityFramework.framework/Data/UnitySubsystems
[ ] GfxDevice: creating device client; threaded=1; jobified=0
[ ] Initializing Metal device caps: Apple A12X GPU
[ +1 ms] Initialize engine version: 2022.3.10f1 (ff3792e53c62)
[+1405 ms] Process 2814 stopped
[ +1 ms] * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x16dc1fff0)
[ ] frame #0: 0x000000011b2ae448 Flutter
FlutterStandardCodecHelperReadValueOfType + 4 [ ] Flutter
FlutterStandardCodecHelperReadValueOfType:[ ] -> 0x11b2ae448 <+4>: stp x26, x25, [sp, #0x10]
[ ] 0x11b2ae44c <+8>: stp x24, x23, [sp, #0x20]
[ ] 0x11b2ae450 <+12>: stp x22, x21, [sp, #0x30]
[ ] 0x11b2ae454 <+16>: stp x20, x19, [sp, #0x40]
[ ] Target 0: (Runner) stopped.
[ ] thread backtrace all
[ ] Debugger state set to detached.
[ ] process detach
Unity (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: