Post

Replies

Boosts

Views

Activity

Reply to Custom fonts not detected in Xcode
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Topic: UI Frameworks SubTopic: AppKit Tags:
Aug ’24
Reply to Xcode 15.3 , custom fonts gone.
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Aug ’24
Reply to Crash on libquic.dylib (com.apple.network.connections) EXC_BREAKPOINT (SIGTRAP)
Same crash in iPhone X iOS 15.5.0 - Here is firebase crash report - Crashed: com.apple.network.connections 0 libquic.dylib 0x69490 qlog_abort_internal + 272 1 libquic.dylib 0x6947c qlog_abort_internal + 252 2 libquic.dylib 0x23200 quic_send_frames_for_key_state + 3876 3 libquic.dylib 0x2f8a4 quic_migration_probe_path + 1528 4 libquic.dylib 0x32690 quic_migration_new_cid + 152 5 libquic.dylib 0x10db4 quic_frame_process_NEW_CONNECTION_ID + 4076 6 libquic.dylib 0x62f5c quic_frame_process + 136 7 libquic.dylib 0x164a8 quic_process_inbound + 1372 8 libnetwork.dylib 0x5a0258 nw_protocol_data_access_buffer + 1016 9 libquic.dylib 0x152d4 __quic_handle_inbound_block_invoke + 124 10 libquic.dylib 0x10dc quic_handle_inbound + 96 11 libnetwork.dylib 0x590838 __nw_protocol_implementation_get_input_internal_block_invoke + 132 12 libnetwork.dylib 0x58fa64 nw_protocol_implementation_get_input_internal + 224 13 libnetwork.dylib 0x58ecf8 nw_protocol_implementation_read + 376 14 libnetwork.dylib 0x580b40 nw_protocol_implementation_input_available + 92 15 libnetwork.dylib 0x4dff1c nw_channel_add_input_frames + 9048 16 libnetwork.dylib 0x4ddadc nw_channel_update_input_source + 300 17 libnetwork.dylib 0x4dcd68 __nw_channel_create_block_invoke.22 + 68 18 libdispatch.dylib 0x64094 _dispatch_client_callout + 16 19 libdispatch.dylib 0x3bab8 _dispatch_continuation_pop$VARIANT$armv81 + 432 20 libdispatch.dylib 0x4d16c _dispatch_source_invoke$VARIANT$armv81 + 1560 21 libdispatch.dylib 0x41094 _dispatch_workloop_invoke$VARIANT$armv81 + 1640 22 libdispatch.dylib 0x498e0 _dispatch_workloop_worker_thread + 608 23 libsystem_pthread.dylib 0x1e10 _pthread_wqthread + 284 24 libsystem_pthread.dylib 0x193c start_wqthread + 8
Jul ’22
Reply to Why is willPresentNotification called twice here?
same issue with iOS 18.0 (22A3354) using xcode version 16.0 (16A242d).
Replies
Boosts
Views
Activity
Sep ’24
Reply to Fonts randomly stop rendering correctly on iOS 17/Xcode 15
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Custom fonts not detected in Xcode
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Wrong fonts loaded from Storyboards in Xcode 15
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode 15.3 , custom fonts gone.
It happened with me as well on Xcode 15.4. I tried all the solutions listed above plus other solutions mentioned on developer forum. At the end the best workaround to solve this issue was to add fonts using @IBInspectable Check my answer here : https://stackoverflow.com/a/78921502/17610775
Replies
Boosts
Views
Activity
Aug ’24
Reply to App is stuck on Splash screen on iOS 16.61 and iOS 17
Facing the same issue in iOS 17.4.1 and xCode 15.3. The app is freezing for long on Splash Screen after i updated to xCode 15.3. Eventually after 3-4 mins app does run but I could't trace reason for freeze since AppDelegate is not called.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Crash on libquic.dylib (com.apple.network.connections) EXC_BREAKPOINT (SIGTRAP)
Same crash in iPhone X iOS 15.5.0 - Here is firebase crash report - Crashed: com.apple.network.connections 0 libquic.dylib 0x69490 qlog_abort_internal + 272 1 libquic.dylib 0x6947c qlog_abort_internal + 252 2 libquic.dylib 0x23200 quic_send_frames_for_key_state + 3876 3 libquic.dylib 0x2f8a4 quic_migration_probe_path + 1528 4 libquic.dylib 0x32690 quic_migration_new_cid + 152 5 libquic.dylib 0x10db4 quic_frame_process_NEW_CONNECTION_ID + 4076 6 libquic.dylib 0x62f5c quic_frame_process + 136 7 libquic.dylib 0x164a8 quic_process_inbound + 1372 8 libnetwork.dylib 0x5a0258 nw_protocol_data_access_buffer + 1016 9 libquic.dylib 0x152d4 __quic_handle_inbound_block_invoke + 124 10 libquic.dylib 0x10dc quic_handle_inbound + 96 11 libnetwork.dylib 0x590838 __nw_protocol_implementation_get_input_internal_block_invoke + 132 12 libnetwork.dylib 0x58fa64 nw_protocol_implementation_get_input_internal + 224 13 libnetwork.dylib 0x58ecf8 nw_protocol_implementation_read + 376 14 libnetwork.dylib 0x580b40 nw_protocol_implementation_input_available + 92 15 libnetwork.dylib 0x4dff1c nw_channel_add_input_frames + 9048 16 libnetwork.dylib 0x4ddadc nw_channel_update_input_source + 300 17 libnetwork.dylib 0x4dcd68 __nw_channel_create_block_invoke.22 + 68 18 libdispatch.dylib 0x64094 _dispatch_client_callout + 16 19 libdispatch.dylib 0x3bab8 _dispatch_continuation_pop$VARIANT$armv81 + 432 20 libdispatch.dylib 0x4d16c _dispatch_source_invoke$VARIANT$armv81 + 1560 21 libdispatch.dylib 0x41094 _dispatch_workloop_invoke$VARIANT$armv81 + 1640 22 libdispatch.dylib 0x498e0 _dispatch_workloop_worker_thread + 608 23 libsystem_pthread.dylib 0x1e10 _pthread_wqthread + 284 24 libsystem_pthread.dylib 0x193c start_wqthread + 8
Replies
Boosts
Views
Activity
Jul ’22
Reply to Crashed: com.apple.network.connections
Here is the complete crash report. Crash Report
Replies
Boosts
Views
Activity
Apr ’22
Reply to iOS 15 beta crashes. libnetwork.dylib nw_protocol_default_er
same issue was received in my crash reports from Firebase Crashlytics. @menteVali did you find the root cause or fix ??
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Apr ’22