Posts

Post marked as solved
1 Replies
0 Views
ANSWER: =SUM(OFFSET($A$1,COUNTA(A)−9,0,10))
Post marked as solved
1 Replies
0 Views
I was able to find the target for the macOS and the path for the bridging header was blank. After populating it with the correct information, the macOS version runs just as nicely as the iOS. YAY!
Post marked as solved
4 Replies
0 Views
Thank you both for your assistance. It turns out that I (being a noobie) started developing the submitted app in Xcode 12 beta. As it changed throughout the releases, it was enough to cause issues when Apple reviewed. I simply created a new project in Xcode 12 GM and copied my files over. The app was approved after that change.
Post marked as solved
4 Replies
0 Views
OK. It took some time to symbolicate the crashlog. However I am having trouble actually understanding what is causing the crash. Anyone up for the challenge? Symbolicated.crash - https://developer.apple.com/forums/content/attachment/e9106668-6455-4543-ba24-8c312d29835e
Post not yet marked as solved
26 Replies
0 Views
I am having the same issue. I was hoping that it may have been resolved with beta 5. unfortunately that is not the case. :( BTW, I have provided feedback to Apple.
Post marked as solved
3 Replies
0 Views
Thanks to both. I incorporated the enums and populated the tag with them. Then I added logic within onAppear() . It works like a charm!
Post marked as solved
4 Replies
0 Views
Thanks @OOPer! I incorporated the reverseGeocodeLocation. That did allow me to access the timezone.
Post marked as solved
4 Replies
0 Views
not currently. I was using it in the following: https://developer.apple.com/documentation/corelocation/clplacemark/1423707-timezone
Post not yet marked as solved
2 Replies
0 Views
Im just curious. Is this still a problem for you or did you find a fix? I am having a similar issue.