Post

Replies

Boosts

Views

Activity

Comment on No such Module Found on line -> "import Cryptokit"
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`
Oct ’21
Comment on Get the name of the Wi-Fi network to which the device is currently associated
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
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Apps removed from PerAppVPN configuration after App Update
@nhussein Thank you and Will Try this and update the result here
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Apps removed from PerAppVPN configuration after App Update
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? `
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on No such Module Found on line -> "import Cryptokit"
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.
Replies
Boosts
Views
Activity
Oct ’21
Comment on No such Module Found on line -> "import Cryptokit"
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`
Replies
Boosts
Views
Activity
Oct ’21