Posts

Post not yet marked as solved
1 Replies
1.2k Views
i wanted to edit an Bool value while debugging. For this i tried multiple approaches but none of them is workingFirst, I tried to keep the debug cursor on the variable and right click on the variable and tried to edit value. Although it shows the value had changed to true , the if block is not executedAnother ways i tried areexpression myvariable = truepo myvariable = truep myvariable = true.But in all these cases , if i print the variable in xcode lldb debugger, the value shows to be changed, but the execution flow is not changedvar myvariable = some expression if(variable){ // if block this part doesnt get executed after all these modifications. }I am using swift 4.2 and Xcode 10.3. Is there any other way to accomplish this?
Posted Last updated
.
Post not yet marked as solved
0 Replies
308 Views
Hi i am creating events in my calendar using the native ekeventeditcontroller. However when i am adding invitees, for some emails a question mark is shown on the side and when the event creation is done, the invite mails are not going. This is randomly observed. I tried an exchange email and gmail and to both emails the invite email is not going. Is this something that we are able to controller if yes how. Attached is a screen of the ekeventeditcontroller.How to debug this issue as i beleive this is done by the ios iCalendar natively.
Posted Last updated
.