Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CoreNFC MacCatalyst xcode26.0 b2

Rolf Bjarne Kvinge edited this pageAug 5, 2025 ·3 revisions

#CoreNFC.frameworkhttps://github.com/dotnet/macios/pull/23481

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/CoreNFC.framework/Headers/NFCError.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/CoreNFC.framework/Headers/NFCError.h--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/CoreNFC.framework/Headers/NFCError.h2025-05-24 06:14:41+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/CoreNFC.framework/Headers/NFCError.h2025-06-13 23:46:48@@ -25,6 +25,8 @@  * @constant    NFCReaderErrorInvalidParameterLength                            Length of input parameter is invalid, i.e. size of data container.  * @constant    NFCReaderErrorParameterOutOfBound                               Parameter value is outside of the acceptable boundary / range.  * @constant    NFCReaderErrorRadioDisabled                                     NFC Radio is disabled.+ * @constant    NFCReaderErrorIneligible                                        The current system setting or hardware configuation isn’t eligible to use the requested reader service.+ * @constant    NFCReaderErrorAccessNotAccepted                                 The person using the app hasn’t yet accepted or declined your app’s request to use the selected service.  * @constant    NFCReaderTransceiveErrorTagConnectionLost                       Connection to the tag is lost.  * @constant    NFCReaderTransceiveErrorRetryExceeded                           Maximum data transmission retry has reached.  * @constant    NFCReaderTransceiveErrorTagResponseError                        Tag response is invalid or tag does not provide a response.  Additional error information may be contain in the underlying user info dictionary.@@ -51,6 +53,7 @@     NFCReaderErrorParameterOutOfBound API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos),     NFCReaderErrorRadioDisabled API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos),     NFCReaderErrorIneligible API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos),+    NFCReaderErrorAccessNotAccepted API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos),          NFCReaderTransceiveErrorTagConnectionLost API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos)                    = 100,     NFCReaderTransceiveErrorRetryExceeded API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos, macos, tvos, visionos),

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp