Posts

Post not yet marked as solved
2 Replies
279 Views
The entire error is: "Failed retrieving request UUID for upload. You may have outstanding agreements to sign on App Store Connect." Logging into App Store Connect and the Agreements are all marked "Active". There are no account notifications on either App Store or developer.apple.com to indicate something is out of date. This is in XCode performing: Archive. Then in Archive window "Distribute App", "Developer ID", "Upload" From net searching I tried: restarting XCode, rebooting the machine, and in 'Preferences" removing and then adding in my account. Nothing worked. Any ideas? Montery 12.0.1 XCode 13.1
Posted
by Foxbat.
Last updated
.
Post not yet marked as solved
0 Replies
417 Views
My application needs to access files that the user has permissions to read. It also needs to write files to directories that the user has permission to write to. Code is C++ and files are accessed w/ fopen. Building with XCode the application seems to be restricted to the /Users/name/Library/Containers/AppName/Data directory. How do I remove this restriction? (Both during develpment and deployment)
Posted
by Foxbat.
Last updated
.