Posts

Post not yet marked as solved
21 Replies
29k Views
I've been researchng this and can't find any definitive solution.Instruments continues to exhibit the following on two different machines but not on a third.Target failed to run.Permission to debug com.xxxx.*** was denied.Invoking Xcode->Product->Profile fails set up Instruments correctly. As does any other Instruments launch / connection strategy that I have tried.I get the same error on my MacBook and Mac Pro but NOT on another MacBook.Can anyone please explain what is going on and more importantly how to fix it?ThanksJason
Posted
by jason_j.
Last updated
.
Post not yet marked as solved
1 Replies
502 Views
Given a View, how can I access an environment object w/o needing the @Environment() property wrapper. For example, I can set a value myView.environment(\.coordinator, Coordinator()) But I can't let coordinator = myView.environment(\.coordinator) coordinator.someMethod(arg: value) What am I missing?
Posted
by jason_j.
Last updated
.