Post

Replies

Boosts

Views

Activity

Xcode Source Editor Extensions & Sandbox
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?
1
0
1.4k
Sep ’23
Xcode 13 Beta: CFBundleExecutable Error on Upload
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
2
0
1.4k
Mar ’22