-
Notifications
You must be signed in to change notification settings - Fork 464
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
Xcodeproj doesn't know platformFilters #838
Comments
can you provide an xcode project that shows this warning? |
Sure! Sorry for the lack of information here. The structure is as follows: We have an app that uses multiple frameworks. We are currently converting these frameworks to be cross-platform for macOS and iOS. In Xcode 13 there is a new UI to specify platform filters. We use this to define whether a file should be included for all platforms. |
awesome thanks, i think we can fix that easily. |
PR #841 |
In my multi-platform project Xcodeproj emits the following warning:
[!] [!] Xcodeproj doesn't know about the following attributes {"platformFilters"=>["macos"]} for the 'PBXBuildFile' isa.
The text was updated successfully, but these errors were encountered: