Post

Replies

Boosts

Views

Activity

Reply to Xcode 15.3 and iOS 17.4 generate a CPU spike when launching the app
Xcode 15.3 & iPadOS 17.4 I updated to Xcode 15.3 and one of my test iPads to iPadOS 17.4 and started receiving the following when I side load one of my apps: "AddressSanitizer report breakpoint hit. Use 'thread info -s' to get extended information about the report." "Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables." I ran "thread info -s" and received -> "thread #1: tid = 0x1563, 0x0000000105f0d708 libclang_rt.asan_ios_dynamic.dylib`__asan::AsanDie()" Xcode 15.3 & iPadOS 17.3.1 I have a second iPad that is still on iPadOS 17.3.1 and I can side load using Xcode 15.3 without any warnings or issues. Thanks for your suggestion(s) "xmollv" and "alexcason" -> I will try disabling "Thread Performance Checker" and see what happens when I side load on my 17.4 iPad.
Mar ’24
Reply to Image from Swift Package Displays in Storyboard But Not in Simulator or Device
Thanks for your reply "Claude31". The image is a vector PDF with: "Preserve Vector Data" = checked "Appearances" = none "Scales" = Single Scale I created a "test package" and a "test iOS project" just to test this functionality to try and find the issue. The only code in the VC class is an empty viewDidLoad() and there is only one scene in the storyboard. I did notice this log just now: "Could not load the "circle_vector" image referenced from a nib in the bundle with identifier "com.*.*" - I plan to start searching for what that could be referencing.
Mar ’21