Post

Replies

Boosts

Views

Activity

Reply to Task <***>.<3> request https://URL is NOT allowed to set HSTS for main doc (null)
Hi Sorry for late response: I’d like to clarify the relationships here. It seems that you’re building an SDK, and one your SDKs clients is reporting this error. Is that right? Correct We use NSUrlSession Yes we have tried on simulator (wifi connection) but not on real one Vision Pro as we dont have one. We have asked our customer about the network
Topic: App & System Services SubTopic: General Tags:
Feb ’24
Reply to How ordering of Unit Tests in Xcode works? My tests fail because of the ordering and dependencies
I dont agree that in all cases the problem are the tests. For Instance we use OCmock and create partial mocks for objects. and that's cause us a lot of issues when different tests mocking/using the same objects simultaneously. When u have a multiple developers trying to test same region, there is good chance of race conditions between the tests accessing same area of code/ resources what what won't really happen in simple user flow
Aug ’23
Reply to Module stability in Xcode 14?
Having the same(similar) issue: the SDK is build with Xcode14 but for is failed to build on Xcode 13. "Failed to build module 'OURSDK'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7 (swiftlang-5.7.0.120.1 clang-1400.0.28.1)', while this compiler is 'Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)'). Please select a toolchain which matches the SDK The module stability is from 5.1 so there should not be an issue
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’22
Reply to po $arg1 no longer working in Xode 6.4
Xcode 13.2.1 the problem still exists (swift code): why? :( `po $arg1 error: <EXPR>:8:1: error: cannot find '$arg1' in scope $arg1 ^~~~~ (lldb) register read -A General Purpose Registers:        rax = 0x0000000000000036        rbx = 0x00007fa8a0f081e0       arg4 = 0x0000000000000000       arg3 = 0x0000000000000000       arg1 = 0x00007fa8a0f081e0       arg2 = 0x00007fff6dd7499e         fp = 0x00007ffeef3b6f30         sp = 0x00007ffeef3b6f20       arg5 = 0x00007fff864a40a0  libsystem_pthread.dylib`_pthread_keys       arg6 = 0x00007fa8a483bc90        r10 = 0x00000001008562a8  (void *)0x0000000100857588: _TtC6XXX29XXXViewController        r11 = 0x00007fff248cd65c  UIKitCore`-[UIViewController(UIKitManual) release]        r12 = 0x0000000000000278        r13 = 0x00007fa8a0f081e0        r14 = 0x0000000000000000        r15 = 0x00007fff201833c0  libobjc.A.dylib`objc_msgSend         pc = 0x000000010084a8e4  XXX`XXX.XXX.Controller.setup() -> () + 20 at ViewController.swift:33:9      flags = 0x0000000000000202         cs = 0x000000000000002b         fs = 0x0000000000000000         gs = 0x0000000000000000 (lldb) po $arg1 error: <EXPR>:8:1: error: cannot find '$arg1' in scope $arg1 ^~~~~`
Feb ’22
Reply to Task <***>.<3> request https://URL is NOT allowed to set HSTS for main doc (null)
Hi Sorry for late response: I’d like to clarify the relationships here. It seems that you’re building an SDK, and one your SDKs clients is reporting this error. Is that right? Correct We use NSUrlSession Yes we have tried on simulator (wifi connection) but not on real one Vision Pro as we dont have one. We have asked our customer about the network
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Console output is cut short <...>
I use NSLog and I cant see the whole log in the console app
Replies
Boosts
Views
Activity
Dec ’23
Reply to How ordering of Unit Tests in Xcode works? My tests fail because of the ordering and dependencies
I dont agree that in all cases the problem are the tests. For Instance we use OCmock and create partial mocks for objects. and that's cause us a lot of issues when different tests mocking/using the same objects simultaneously. When u have a multiple developers trying to test same region, there is good chance of race conditions between the tests accessing same area of code/ resources what what won't really happen in simple user flow
Replies
Boosts
Views
Activity
Aug ’23
Reply to How to create an xccovreport from an xcresult bundle.
any progress on it ?
Replies
Boosts
Views
Activity
Aug ’23
Reply to Mobile Analytics in SwiftUI
Pendo SDK had a great progress in coddlers analytics for swiftui: https://github.com/pendo-io/pendo-mobile-sdk/blob/master/ios/pnddocs/swiftui.md
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Unable to drag+drop crash file to Xcode for symbolication
Same issue
Replies
Boosts
Views
Activity
Nov ’22
Reply to App crashes with error "Fatal Exception: NSInvalidArgumentException -[<NSTextContentStorage: 0x281dc68a0> locationFromLocation:withOffset:] received invalid location (null)"
Same issue
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Module stability in Xcode 14?
Having the same(similar) issue: the SDK is build with Xcode14 but for is failed to build on Xcode 13. "Failed to build module 'OURSDK'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7 (swiftlang-5.7.0.120.1 clang-1400.0.28.1)', while this compiler is 'Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)'). Please select a toolchain which matches the SDK The module stability is from 5.1 so there should not be an issue
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Module stability in Xcode 14?
Same issue here
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to [UITableView _updateVisibleCellsNow:] IOS 13 Crash
Having the same issue, any progress iOS 15.2
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Mobile Analytics in SwiftUI
Any progress on it?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to po $arg1 no longer working in Xode 6.4
Xcode 13.2.1 the problem still exists (swift code): why? :( `po $arg1 error: <EXPR>:8:1: error: cannot find '$arg1' in scope $arg1 ^~~~~ (lldb) register read -A General Purpose Registers:        rax = 0x0000000000000036        rbx = 0x00007fa8a0f081e0       arg4 = 0x0000000000000000       arg3 = 0x0000000000000000       arg1 = 0x00007fa8a0f081e0       arg2 = 0x00007fff6dd7499e         fp = 0x00007ffeef3b6f30         sp = 0x00007ffeef3b6f20       arg5 = 0x00007fff864a40a0  libsystem_pthread.dylib`_pthread_keys       arg6 = 0x00007fa8a483bc90        r10 = 0x00000001008562a8  (void *)0x0000000100857588: _TtC6XXX29XXXViewController        r11 = 0x00007fff248cd65c  UIKitCore`-[UIViewController(UIKitManual) release]        r12 = 0x0000000000000278        r13 = 0x00007fa8a0f081e0        r14 = 0x0000000000000000        r15 = 0x00007fff201833c0  libobjc.A.dylib`objc_msgSend         pc = 0x000000010084a8e4  XXX`XXX.XXX.Controller.setup() -> () + 20 at ViewController.swift:33:9      flags = 0x0000000000000202         cs = 0x000000000000002b         fs = 0x0000000000000000         gs = 0x0000000000000000 (lldb) po $arg1 error: <EXPR>:8:1: error: cannot find '$arg1' in scope $arg1 ^~~~~`
Replies
Boosts
Views
Activity
Feb ’22