Hi,
I'm working on an Xcode Source Editor Extension. Currently, I have App Sandbox enabled and everything works as expected.
I have some features I'd like to add that would require me to disable the App Sandbox and release the extension and containing app outside of the App Store.
However, whenever I remove the App Sandbox capability from my project and re-run the extension, I can no longer see my extension appear in the Editor menu - it's just gone.
My question is - are Xcode Source Editor Extensions only limited to sandboxed environments or can they operate out of the sandbox? If so, how come I don't see it in Xcode 15?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,
I've been able to use the App Store Connect API to get the list of all customer reviews and I know that it contains the number of total reviews, but it doesn't include the current rating out of 5 stars.
How can I get this number without paging through every single customer review?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags:
App Store Connect API
I'm working on a multi-platform iOS and Mac app. When I try and Archive and Distribute to the App Store I run into this issue:
ERROR ITMS-90259: "Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file."
I've verified that the Info.plist for the Mac target has a CFBundleExecutable
So, far I've:
Tried Xcode 12 & 13
Tried using App Transporter
Used Xcode 13 RC and let that auto-generate the Info.plist
Recreated the entire project in Xcode 13
I've tried everything I could find online - there's not much - and I can't get the upload to succeed.
However, I was able to replicate the issue with an entirely empty project. No dependencies, no code, nothing. The project archives successfully, but the upload fails.
Any help would be appreciated. I've spent two days on this already.
An example project that fails: https://drive.google.com/file/d/1qUN5lHEWNyNHQV54fYPXMeRsuO-cpHqW/view?usp=sharing
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Xcode
Beta