-
Notifications
You must be signed in to change notification settings - Fork 13
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
Performance warning in Xcode 14 #35
Comments
+1 on this |
Thank you! Can you tell me if this is from one of our included sample apps (specifically the swift) or from your own application and what version of Xcode 14 you're using? I'm working on tracking it down and would appreciate any details you can provide. |
This is in our own applications. Swift. Xcode 14 GM (and all Xcode 14 beta versions prior to that). |
+1 Any update on this issue? It would be good to get this warning addressed |
+1 Any update on this? |
+1 |
+1 |
+1 on this |
We're running into this issue in our app as well. The issue is that the sdk is accessing I'd suspect the solution would be for |
@mark-sanvitale-iovation or anyone please take a look |
This issue has been ignored for almost a year. Is this product abandoned? |
Apologies for the delay! We've undergone some team and tools changes over the last year+ that have impacted development. Fastest route to get issues to our team is via the Customer Success team. We recently released 5.4.1 to help with issues. Thank you for your patience! |
@sara-porter-iovation I believe a better approach is if you and your developers actively utilise issues and pull-request features of GitHub. This is where you can access your client's developers as well as allowing us to reach you and your developers. Looking at issues as well as pull-requests we can clearly see that your customers are both asking questions as well as trying to help your team with pull requests. For example we have the PR #32 that adds support for SPM that is the standard package manager since 2019. As for 5.4.1 it just states "Performance improvements.". Does it fix #35 and #36? We the customers don't know, and I'm not confident in implementing 5.4.1 if it risk introducing crashing as stated in #36. Is this something that your Customer Success team can address better than for example Ani Ortega or whatever developer is tasked to maintaining this library? |
We appreciate the feedback! Our teams workflow is currently geared to respond to Customer Success tickets with a very limited amount of resources to keep track of Github and other feedback mechanisms. If the 5.4.0 and 5.4.1 releases have not resolved concerns, then please work with our CS folks so we can go through build tool configurations/installations, OS's, hardware (M1 vs Intel) and other scenarios to recreate the crashes, and identify and resolve. Thank you again for your patience! |
When fetching the blackbox string Xcode throws a performance warning:
"This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the
-locationManagerDidChangeAuthorization:
callback and checkingauthorizationStatus
first."The text was updated successfully, but these errors were encountered: