We're already doing that to include the privacy manifest (PrivacyInfo.xcprivacy) in the sources we provide.
However, Xcode does not add this manifest into the (aggregated) privacy report, so App developers will (unfortunately) have to check this privacy manifest themselves (manually).
We're looking for a way to get the privacy manifest included in the privacy report, when using CocoaPods.
Post
Replies
Boosts
Views
Activity
I'm not sure I understand your answer: is that a "Yes" or a "No"?
We don't use CoreLocation, but (from your link):
Information that describes the location of a user or device with the same or greater resolution as a latitude and longitude with three or more decimal places.
Does the SSID pinpoint a location with that high precision?
(If so, we should add this data type, according to this documentation)
This problem does not reproduce with Xcode 15 Beta 2.
Or is it because I now have to quit Cisco AnyConnect to see an iPhone?
After I quit Cisco AnyConnect Secure Mobility Client (which I have to use to connect to my company's network via VPN) Xcode does see that iPhone...
What kind of network access is required to connect over USB? (What could Cisco be blocking?)
Submitted as FB12254801.
Still an issue in iOS 15.4.1 (19E258).
Same issue here on iOS 15.4 (19E241) with a real device (iPhone 12).
Works fine in an iOS 15.4 simulator in Xcode 13.3 (13E113).
Also worked fine on that iPhone 12 on all previous iOS 15 releases (15.3.1, 15.3, 15.2.1, 15.2, 15.1.1, 15.1, 15.0.2, 15.0.1, 15.0).
Two more colleagues are now suffering from this issue. Any updates?
Removing /Library/Developer/CommandLineTools (as suggested by Technical Note TN2339) did not help
Also my developer certificate expires every day...
Should I make a clean start? How can I do this without wiping the disc, OS, and other Apps?
Several people on the internet suggest removing (relevant, com.apple.pkg.CLTools_*?) receipts from /Library/Apple/System/Library/Receipts, but that requires (temporarily) disabling SIP.
Might be a solution for some, but I'd rather have a cleaner one...
Today I even had to re-install the certificate 3 times! (instead of once every day...)
Any fix for this?
(I already have all Apple certificates installed)
I also got hit by this issue, even after re-installing Apple's root certificates.
My workaround is to delete my development certificate from the keychain, download it from the developer web site, and re-install it.
The developer certificate will then be trusted for the remainder of the day.
However, the next morning it is not trusted again!
So I have to apply this workaround every morning... Huh?
What's the proper fix?
Apparently somebody else posted the same issue on Stack Overflow about two months ago:
https://stackoverflow.com/questions/63130232/cncopycurrentnetworkinfo-not-working-with-ios-14
I suppose this is intended behaviour to better protect the user's privacy, but how can we achieve our goal?
(We have no intention of invading privacy, we just want to prevent unnecessary costs for our users)
Unfortunately this issue is still present in iOS 14 GM (18A373) with Xcode 12 GM (12A7208).