We can able to obtain the ssid as mentioned above in iOS.
But in Mac Catalyst, We cant able to do so. Access Wifi Information Entitlement is not getting added in capability for mac os.. Is there any other way to make it work.
Error in xcode console - NEHotspotNetwork nehelper sent invalid result code [1] for Wi-Fi information request
Post
Replies
Boosts
Views
Activity
@nhussein
Thank you and Will Try this and update the result here
We have not added VPNUUID in Attributes Dictionary in InstallApplication command.
Instead we have added ApplicationAttributes Item value in InstallManagedSettings.
Will this enough or we need to add in installApplication Attributes?
`
Do you get any completion proposal when you start typing import Cr…. ?
No .No such Completion Proposal..
What do you mean here ? Did it work in 12.4 ? Which exact version of Xcode 13 are you using ?
My App's Deployment Target is 10.0. When I try Building with "Any iOS Device(arm64, arm7)" in the place of selecting simulators. It gives out the error . The Same Build when I try it with Simulator (say iPhone 13) , Build is succeeding with no error.
The Above Error Occurring only Xcode13 , not in Xcode12_4.
Could you show the full beginning of your file (before line 13) ?
`import Foundation
import UIKit
import CoreData
import CocoaLumberjack
import CryptoKit
import CommonCrypto`
My App's Deployment Target is 10.0.
When I try Building with "Any iOS Device(arm64, arm7)" in the place of selecting simulators. It gives out the error .
The Same Build when I try it with Simulator (say iPhone 13) , Build is succeeding with no error.