ANSWER: =SUM(OFFSET($A$1,COUNTA(A)−9,0,10))
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!
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.
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
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.
Thanks to both. I incorporated the enums and populated the tag with them. Then I added logic within onAppear() . It works like a charm!
Thanks @OOPer! I incorporated the reverseGeocodeLocation. That did allow me to access the timezone.
not currently. I was using it in the following: https://developer.apple.com/documentation/corelocation/clplacemark/1423707-timezone
Post not yet marked as solved
Im just curious. Is this still a problem for you or did you find a fix? I am having a similar issue.