We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Catalyst is enabled for an iOS app which has targets that are invalid on iOS, the target automatically gets a platformFilter.
platformFilter
This is not fixed by #687
[!] [!] Xcodeproj doesn't know about the following attributes {"platformFilter"=>"ios"} for the 'PBXTargetDependency' isa.
329B71611D82926D00336078 /* PBXTargetDependency */ = { isa = PBXTargetDependency; platformFilter = ios; target = 329B71551D82926C00336078 /* NotificationContentReaction */; targetProxy = 329B71601D82926D00336078 /* PBXContainerItemProxy */; };
The text was updated successfully, but these errors were encountered:
@lickel thanks! We can open up a PR to fix this!
Sorry, something went wrong.
PR was merged. Will ship with 1.11.0 of Xcodeproj. Use https://bundler.io/ to point to a specific SHA or branch that includes the fix.
Released with 1.11.0.
No branches or pull requests
When Catalyst is enabled for an iOS app which has targets that are invalid on iOS, the target automatically gets a
platformFilter
.This is not fixed by #687
The text was updated successfully, but these errors were encountered: