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

Xcodeproj doesn't know platformFilters #838

Closed
mangerlahn opened this issue Jul 16, 2021 · 4 comments · Fixed by #841
Closed

Xcodeproj doesn't know platformFilters #838

mangerlahn opened this issue Jul 16, 2021 · 4 comments · Fixed by #841

Comments

@mangerlahn
Copy link
Contributor

In my multi-platform project Xcodeproj emits the following warning:

[!] [!] Xcodeproj doesn't know about the following attributes {"platformFilters"=>["macos"]} for the 'PBXBuildFile' isa.

@dnkoutso
Copy link
Contributor

can you provide an xcode project that shows this warning?

@mangerlahn
Copy link
Contributor Author

Testapp.zip

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.

Screenshot 2021-07-19 at 08 43 40

@dnkoutso
Copy link
Contributor

awesome thanks, i think we can fix that easily.

@dnkoutso
Copy link
Contributor

PR #841

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 a pull request may close this issue.

2 participants