Posts

Post marked as solved
7 Replies
I am compiling my application with Xcode 14.2, and the only iOS SDKs I have installed are: iPhoneOS16.2.sdk - iOS 16.2 (iphoneos16.2) SDKVersion: 16.2 Path: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk PlatformVersion: 16.2 PlatformPath: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform BuildID: 1991300E-6117-11ED-BDD5-EAD6C5FA279F ProductBuildVersion: 20C52 ProductCopyright: 1983-2022 Apple Inc. ProductName: iPhone OS ProductVersion: 16.2 Yet I am getting the error that my App needs to be built with Xcode 14.2. One of my frameworks is built with Xcode 13, is this the problem? Do all my frameworks have to be re-compiled with Xcode 14?
Post not yet marked as solved
28 Replies
Wondering if any of you folks have discovered any fixes yet? My App also relies on Geofences and I setup two iOS 13 phones with the app that asked permission, I gave it the "While In Use" (vs One Time or None) and after a day my application has not gotten any fence crossings reported from the OS. Which the user is going to blame me the developer, not Apple since the function that is failing from a user's perspective is my application.