Skip to content

Conversation

johnzhou721
Copy link

@johnzhou721 johnzhou721 commented Apr 24, 2025

I built a test framework project in Xcode and stubed out stuff to obtain those things. It is too late for me to test in U.S. -- since I have school tomorrow -- and a huge test -- could you please review, and if convenient, test this for me? Thank you

John


📚 Documentation preview 📚: https://cpython-previews--9.org.readthedocs.build/

@johnzhou721 johnzhou721 changed the base branch from main to 3.14-patched April 24, 2025 03:32
@johnzhou721 johnzhou721 marked this pull request as ready for review April 24, 2025 03:32
@johnzhou721
Copy link
Author

configure: error: C compiler cannot create executables

is not reproducible on my end w/ CI failing.

@johnzhou721
Copy link
Author

@freakboy3742 Could you please review this bugfix to #6 and update the patch in PAS? Thank you!

@johnzhou721
Copy link
Author

Original plist -- I stripped the platform version in this PR

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H420</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>testXRFrame</string>
	<key>CFBundleIdentifier</key>
	<string>com.johnzhou.testXRFrame</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>testXRFrame</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>XROS</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>22N799</string>
	<key>DTPlatformName</key>
	<string>xros</string>
	<key>DTPlatformVersion</key>
	<string>2.2</string>
	<key>DTSDKBuild</key>
	<string>22N799</string>
	<key>DTSDKName</key>
	<string>xros2.2</string>
	<key>DTXcode</key>
	<string>1620</string>
	<key>DTXcodeBuild</key>
	<string>16C5032a</string>
	<key>MinimumOSVersion</key>
	<string>2.0</string>
	<key>UIDeviceFamily</key>
	<array>
		<integer>7</integer>
	</array>
</dict>
</plist>

Copy link
Owner

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So - how are you validating this change? The old xrOS value didn't raise any errors.. and netters does the new XROS value - what's your source of authority for XROS being the 'correct' value?

@freakboy3742
Copy link
Owner

Ok - I see now it's the value generated for a device build. Simulators use XRSimulator; but it only seems to matter for App Store validation, so we don't need to worry too much about using XROS for a simulator build.

@freakboy3742 freakboy3742 merged commit 5dfe101 into freakboy3742:3.14-patched Apr 25, 2025
34 checks passed
@johnzhou721
Copy link
Author

johnzhou721 commented Apr 25, 2025 via email

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 this pull request may close these issues.

2 participants