Posts

Post not yet marked as solved
4 Replies
6.9k Views
I'm integrating a 3rd party library in my project. After updating to the latest version and switching from regular frameworks to XCframework I've started seeing this issue:Whenever I'm trying to inspect an object from the 3rd party library via LLDB console, e.g.po <object.property>i'm getting this error:error: Couldn't lookup symbols: dispatch thunk of <...>At the same time I can inspect the object in the Variables ViewAny idea if this is an integration or framework distribution issue ?
Posted Last updated
.
Post marked as solved
4 Replies
2k Views
Greetings,I have a project that references several XCFrameworks that I don't want to store in my repo along with the project due to their size.So I've set it up with a local copy and make it compile without errors.And now I'm trying to remove the local copies of the frameworks and fetch them from a remote server at the build time.But I'm getting errors that frameworks are not available.This approach worked previously with the regular frameworksDoes anyone know if it's possible to fetch XCFramework dependencies as a dependency target/build phase in the Xcode project?
Posted Last updated
.
Post not yet marked as solved
1 Replies
2k Views
I have several questions regarding new BGProcessingTask API1. It seems that processing tasks are executed only when device is not used at all, i.e. around 5 minutes after device is locked and laying on my table. Is this how it was designed?2. Background processing is not launched if the application was killed by the user. Is this intended behavior?3. How does iOS treats the device when it is connected to Mac via USB cable? Is that considered to be external power source?How do i test/debug background processing task with requiresExternalPower property set to true and false?
Posted Last updated
.