Marc Palmer

Results 28 comments of Marc Palmer

I think this could land pre-Xcode 15 release with a check for the definition of the macro? Wouldn't something like this work: ``` #ifndef TARGET_OS_XR #define TARGET_OS_XR 0 #endif ```...

Is there a chance of this being resolved soon? The fix in #20777 doesn't look like it supports 14 Pro Max, only Pro.

Sorry this includes the commits for the ARC stuff too ugh. I wish pull requests were for specific commits...

Sorry, ditto "any" which returns YES if any one of the elements matches the condition, and returns eagerly as soon as the first match is found.

No, it's detect with BOOL result. Detect works but this is nice counterpart to every :)

Also suffering this. Not sure why, it used to work — seems like something changed in the project since I managed to build and upload a visionOS IPA manually with...

It seems to be that changing SUPPORTED_PLATFORMS in the project to just `iphoneos` and `iphonesimulator` and removing `xros` and `xrossimulator` solves the issue.

> I am also seeing this with 2.220.0 and a multi-platform workspace (with projects targeting both iOS and visionOS), with no destination set in the Gymfile. > > Based on...