Thank you this solved my issue I had to use sudo in front of the commands and agree to a licence agreement, then Xcode beta 15 v3 worked
Post
Replies
Boosts
Views
Activity
Thanks Working for ios15 devices
The links didn't help. If I try to encode CGfloat, CGPoint or CGSize in macOS I get this roadblock, in iOS it works. All other types of values, Int, Date, Double work as expected.
Thanks for the suggestion I’ll check it out.
You were right in having been granted Notes Field Access for my app it is now working but it has created a whole lost of problems for my app because I don't know how to manually download and install provisioning profiles as Xcode was managing the profile. I enabled it in the developer portal and it stated working but If I add 'com.apple.developer.contacts.notes' Bool YES to my app without a manual profile the app dosnt launch, but then my app won't upload to the App Store for distribution.
Hello, Ive submitted a feedback and a sample project showing the error FB11721907 'CNSaveRequest failing on Ventura 13.0 (22A380)'
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_contacts_notes ?
I can't really see in the developer portal under 'Edit your App ID Configuration' to add the Contact Notes entitlement. Can you tell me each step for navigating their site, its recently changed
I will try the contact notes entitlement thing. I don't access a contacts notes and its when I'm creating a new contact the error occurs.
[api] **Attempt to write notes by a pre-Fall-2022 app **
[plugin] ..nil group
[plugin] ..h: nil group
[ABCDContact] An ABCDRecord is being saved without having a container assignment. Assigning the contact to <CNCDContainer 0x60000133a7c0 ab>.
(lib) Thread 1: EXC_BAD_ACCESS (code=1, address=0x49f330ba4290)
Thanks, Kind of what I'm looking for but Ill have to work out why its not hidden to start with. It does work for tucking the button under when scrolling.
So will this instantly reveal the data when the device is unlocked by face the same as the Fitness (Activity) widget and Fitness Lock Screen widget?
OKay THANKS, I went to the entitlements file for both apps (iOS & Apple Watch) and changed the store to the same value (Not <BUNDLE_ID> because that is different for each app) I just manually typed in my app bundle ID (iOS version) after $(TeamIdentifierPrefix), saved it ran it and its working correctly, THANKS
Its set at $(TeamIdentifierPrefix)$(CFBundleIdentifier) for both iPhone and Watch App. But you're saying that it should theoretically work.
I have added iCloud, Background Modes, and Push notifications. In iCloud I have ticked Key-Value storage, then selected the container, that same as for the iPhone app Target. In watchOS 9 my watch app docent have a .plist in the folder, it just has the Info tab but I can't see anything about iCloud in there.
Update: I found the entitlement file, Its the same for both. This is what it is set at for both the iPhone and Watch app - $(TeamIdentifierPrefix)$(CFBundleIdentifier)
This fixed my widgets. The same app when run from Xcode 14 stopped working because of this error "Widget archival failed due to image being too large"