Skip to content
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

[Fix] fix buildError for single-watchOS app target #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

inwoodev
Copy link

@inwoodev inwoodev commented Dec 14, 2023

In Xcode 14 and later, the system no longer divides a watchOS app into two sections; instead, it is integrated into a single watchOS app.

In this scenario, the preprocessor statement "watchOSApplicationExtension" appears to result in build errors.

스크린샷 2023-12-14 오후 1 48 46

Consequently, I have substituted "watchOSApplicationExtension" with "watchOS," resolving the build issues for both the WatchKit extension app and the single watchOS app.

I have checked that these changes do not introduce any additional build errors. If deemed appropriate and free from side effects, I kindly request that my pull request be merged, and these adjustments be applied to CocoaPods as soon as possible.

@inwoodev inwoodev marked this pull request as draft December 14, 2023 05:54
@inwoodev inwoodev marked this pull request as ready for review December 14, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant