You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launch my App, built with <MauiVersion>8.0.7-preview.9929</MauiVersion> in Debug on an iPhone Simulator 16.2 no problem and the App compiles and runs successfully. But, when I try to deploy it on my iPhone 14 (real device) in Release, I get the following message:
Error MT4162 The type 'UIKit.UISceneSessionActivationRequest'
(used as a parameter in UIKit.UIApplication.ActivateSceneSession)
is not available in iOS 16.2 (it was introduced in iOS 17.0).
Please build with a newer iOS SDK (usually done by using the most recent
version of Xcode).
I am working with XCode 14.2 as I can't upgrade my Mac OS. So, it is not possible to switch to a higher XCode version. Is there a way to deploy the app on my local iPhone? The app starts just fine in the iPhone 16.2 simulator, but when I try to deploy in Release, I get this message:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I launch my App, built with
<MauiVersion>8.0.7-preview.9929</MauiVersion>
in Debug on an iPhone Simulator 16.2 no problem and the App compiles and runs successfully. But, when I try to deploy it on my iPhone 14 (real device) in Release, I get the following message:I am working with XCode 14.2 as I can't upgrade my Mac OS. So, it is not possible to switch to a higher XCode version. Is there a way to deploy the app on my local iPhone? The app starts just fine in the iPhone 16.2 simulator, but when I try to deploy in Release, I get this message:
Beta Was this translation helpful? Give feedback.
All reactions