Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: iOS 26 metadata generator needs framework search path #274

Open
Labels
questionFurther information is requested
@BozzaDaniel

Description

When building an app with iOS 26 SDK the metadata generator is partly broken due to some changes in how the UIKit.framework is structured. The macro "UIKIT_EXTERN" that was previously defined in UIKit/UIKitDefines.h has been moved to UIUtilities/UIDefines.h. The UIUtilities is located in a new folder called SubFrameworks located in Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library. The macro is used throughout UIKit and anything that depends on it will result in an error when generating the metadata.

The issue can be solved by adding another path to FRAMEWORK_SEARCH_PATHS: $(SDKDIR)/System/LIbrary/SubFrameworks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /