Skip to content

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

Open
inwoodev wants to merge 1 commit intoKaneCheshire:mainfrom
inwoodev:fix/osError
Open

[Fix] fix buildError for single-watchOS app target#44
inwoodev wants to merge 1 commit intoKaneCheshire:mainfrom
inwoodev:fix/osError

Conversation

@inwoodev
Copy link
Copy Markdown

@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