fix: some potential regression fixes#7
Closed
bwmx wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pnpm run prebuild
✔ Created native directories | reusing /ios
✔ Updated package.json | no changes
✖ Prebuild failed
TypeError: [ios.infoPlist]: withIosInfoPlistBaseMod: DOMParser.parseFromString: the provided mimeType "undefined" is not valid.
TypeError: [ios.infoPlist]: withIosInfoPlistBaseMod: DOMParser.parseFromString: the provided mimeType "undefined" is not valid.
at DOMParser.parseFromString (/private/tmp/ac2-controller/node_modules/@xmldom/xmldom/lib/dom-parser.js:222:9)
at Object.parse (/private/tmp/ac2-controller/node_modules/@expo/plist/build/parse.js:69:64)
at read (/private/tmp/ac2-controller/node_modules/@expo/config-plugins/build/plugins/withIosBaseMods.js:292:39)
at async action (/private/tmp/ac2-controller/node_modules/@expo/config-plugins/build/plugins/createBaseMod.js:59:30)
at async interceptingMod (/private/tmp/ac2-controller/node_modules/@expo/config-plugins/build/plugins/withMod.js:104:21)
at async evalModsAsync (/private/tmp/ac2-controller/node_modules/@expo/config-plugins/build/plugins/mod-compiler.js:206:25)
at async compileModsAsync (/private/tmp/ac2-controller/node_modules/@expo/config-plugins/build/plugins/mod-compiler.js:123:10)
at async configureProjectAsync (/private/tmp/ac2-controller/node_modules/@expo/cli/build/src/prebuild/configureProjectAsync.js:92:14)
at async prebuildAsync (/private/tmp/ac2-controller/node_modules/@expo/cli/build/src/prebuild/prebuildAsync.js:164:9)
ELIFECYCLE Command failed with exit code 1.
`❌ Script '[CP] Copy XCFrameworks' failed
└─Pods/React-Core-prebuilt
Selected xcframework slice ios-arm64_x86_64-simulator
rsync --delete -av --filter P ..?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "/tmp/ac2-controller/ios/Pods/React-Core-prebuilt/React.xcframework/ios-arm64_x86_64-simulator/" "/Users/blair/Library/Developer/Xcode/DerivedData/AC2Debug-dqtbkfdcwydudgdcwobktrgxrcep/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/React-Core-prebuilt"
› Packaging expo-updates Pods/ReachabilitySwift » libReachabilitySwift.a
› Packaging expo-dev-menu-interface Pods/expo-dev-menu-interface » libexpo-dev-menu-interface.a
› Executing expo-updates Pods/ReachabilitySwift » Copy generated compatibility header
› Executing expo-dev-menu-interface Pods/expo-dev-menu-interface » Copy generated compatibility header
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:15:41)
13 | private var pendingAssertionClientDataHash: Data?
14 | private var pendingAssertionRelyingPartyIdentifier: String?
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:16:44)
14 | private var pendingAssertionRelyingPartyIdentifier: String?
15 | private var pendingAssertionPrfInput: PrfInput?
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:262:15)
260 | clientDataHash: Data,
261 | relyingPartyIdentifier: String,
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:467:78)
465 | /// the RP-supplied salts down to credential providers via
extensionInput466 | /// (iOS 17.4+ for the type itself, iOS 18+ for the
prfproperty).❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:477:91)
475 | /// Variant for the
prepareCredentialListflow which gives us the476 | ///
ASPasskeyCredentialRequestParametersdirectly.❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:488:81)
486 | /// parties only set
prf.enabledon create, but a few also pass eval salts487 | /// to immediately derive a secret.
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:499:8)
497 | private static func prfInput(
498 | fromAssertionInput prf: ASAuthorizationPublicKeyCredentialPRFAssertionInput
❌ (../../../tmp/ac2-controller/ios/PasskeyAutofillCredentialProvider/CredentialProviderViewController.swift:512:8)
510 | private static func prfInput(
511 | fromRegistrationInput prf: ASAuthorizationPublicKeyCredentialPRFRegistrationInput
Remove: Xcode » AC2Debug/PasskeyAutofillCredentialProvider » Build Phases » Compile Sources » PasskeyKeystoreMMKV.mm
› 9 error(s), and 2 warning(s)
CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.
ELIFECYCLE Command failed with exit code 1.
`