-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Kit extension support for Xcode14 #1224
Comments
Unless you have access to a super-early-beta of next-year release of Xcode, I think you are referring to Xcode 14. Anyway, I am looking forward for this fix. |
@alessionossa Thank you. Actually I'm asking my coworker to handle it. Also, it requires to change tuist/XcodeProj repo code and wait it for releasing new version. So please wait a moment 🙇 |
I see at tuist/XcodeProj#687 that support for ExtensionKit extensions has already been added for XcodeProj. |
Yes but we need to wait tuist/XcodeProj to release new version |
We are preparing it, please wait a moment |
Resolved by #1228 and released in 2.30.0 👍 |
No, it is still not solved because it is necessary to customize copy path for extension kit. |
Ok cool, didn't know. Are you still going to work on that @freddi-kit? That would be great |
@yonaskolb my coworker @mtj0928 now published PR, we can review it |
To completely support ExtensionKit Extension, I think we are still missing the correct project configuration to import Frameworks. See #1255. |
this is not resolved yet, Xcode 14 for me to do this change, and cause my app crash. I am so confused till google guide me to this page. I think I just to back to Xcode 13.4.1 |
(I'll work for it, this issue is for notifying to other developer)
Currently, we cannot create some new extensions from Xcode15 (e,g, App Intents). It is because the product type is new from Xcode 15 and XcodeGen does not create appropriate copy phase for this new product type.
The text was updated successfully, but these errors were encountered: