Skip to content

Release: 2.26.1#196

Closed
uc-brunosilva wants to merge 1 commit intomasterfrom
release/2.26.1
Closed

Release: 2.26.1#196
uc-brunosilva wants to merge 1 commit intomasterfrom
release/2.26.1

Conversation

@uc-brunosilva
Copy link
Copy Markdown
Collaborator

@uc-brunosilva uc-brunosilva commented Apr 6, 2026

User description

Release 2.26.1

Features

  • Added support for US National (GPP) privacy framework
  • Extended GPP API to Flutter, React Native and Unity bridges
  • Exposed DPS metadata via new getDpsMetadata() API
  • TCF resurfacing period now configurable via Admin UI (1–13 months)

Fixes

  • Fixed TCF resurfacing period logic
  • Fixed stored information not shown on DPS details
  • Fixed TCF maintain legitimate interest logic on Deny All

CodeAnt-AI Description

Release 2.26.1 adds new privacy features and fixes consent behavior issues

What Changed

  • Added support for the US National privacy framework
  • Extended the GPP API to Flutter, React Native, and Unity apps
  • Added access to DPS metadata through a new API
  • Made the TCF resurfacing period configurable from 1 to 13 months in the Admin UI
  • Fixed resurfacing period behavior, DPS details missing stored information, and Deny All legitimate interest handling

Impact

✅ Broader privacy compliance support
✅ Easier privacy setup across mobile and game apps
✅ Fewer consent and DPS display issues

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 6, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Release version 2.26.1 with GPP framework support

📦 Other

Grey Divider

Walkthroughs

Description
• Bumped version from 2.25.1 to 2.26.1 across build files
• Updated CHANGELOG with new features and fixes for release
• Updated package.json and Android build configuration versions
Diagram
flowchart LR
  A["Version 2.25.1"] -- "bump version" --> B["Version 2.26.1"]
  B -- "update" --> C["build.gradle.kts"]
  B -- "update" --> D["package.json"]
  B -- "document" --> E["CHANGELOG.md"]
Loading

Grey Divider

File Changes

1. android/build.gradle.kts ⚙️ Configuration changes +1/-1

Bump Android build version to 2.26.1

• Updated usercentricsVersion from 2.25.1 to 2.26.1

android/build.gradle.kts


2. CHANGELOG.md 📝 Documentation +11/-0

Document 2.26.1 release notes and features

• Added new section for version 2.26.1 with release date Apr 07, 2026
• Documented features including GPP framework support and DPS metadata API
• Listed bug fixes for TCF resurfacing period, stored information display, and legitimate interest
 logic

CHANGELOG.md


3. package.json ⚙️ Configuration changes +2/-2

Bump npm package version to 2.26.1

• Updated main version field from 2.25.1 to 2.26.1
• Updated iosPackageVersion from 2.25.1 to 2.26.1

package.json


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Apr 6, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@codeant-ai codeant-ai bot added the size:S This PR changes 10-29 lines, ignoring generated files label Apr 6, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 6, 2026

CodeAnt AI finished reviewing your PR.

@pantoaibot
Copy link
Copy Markdown

pantoaibot bot commented Apr 6, 2026

PR Summary:

Release 2.26.1: Adds US National (GPP) support, extends GPP API to mobile/game engine bridges, exposes DPS metadata via new getDpsMetadata() API, makes TCF resurfacing period configurable, and includes several bug fixes; also bumps package and Android build version constants.

  • CHANGELOG.md: Added 2.26.1 release notes (features and fixes).
  • Features:
    • Added support for US National (GPP) privacy framework.
    • Extended GPP API to Flutter, React Native and Unity bridges.
    • New API: getDpsMetadata() to expose DPS metadata.
    • TCF resurfacing period configurable via Admin UI (1–13 months).
  • Fixes:
    • Fixed TCF resurfacing period logic.
    • Fixed stored information not shown on DPS details.
    • Fixed TCF maintain legitimate interest logic when "Deny All" is used.
  • Version bumps:
    • package.json: version -> 2.26.1, iosPackageVersion -> 2.26.1.
    • android/build-legacy.gradle and android/build.gradle.kts: usercentrics version -> 2.26.1.
  • Compatibility: No breaking changes indicated; getDpsMetadata() and GPP extensions are additive.

Reviewed by Panto AI

Comment on lines +2 to +11
### 2.26.1 – Apr 07, 2026
## Features
* Added support for US National (GPP) privacy framework
* Extended GPP API to Flutter, React Native and Unity bridges
* Exposed DPS metadata via new `getDpsMetadata()` API
* TCF resurfacing period now configurable via Admin UI (1–13 months)
## Fixes
* Fixed TCF resurfacing period logic
* Fixed stored information not shown on DPS details
* Fixed TCF maintain legitimate interest logic on Deny All
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[NITPICK] The new release entry uses the date 'Apr 07, 2026' which is in the future relative to today (2026-04-06). Update the release date to the actual publish date or ensure this intentional future date won't break release automation, CI validations, or downstream documentation that expects chronological ordering.

Comment on lines +3 to +10
"version": "2.26.1",
"description": "Usercentrics SDK",
"homepage": "https://usercentrics.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Usercentrics <developer@usercentrics.com>",
"iosPackageName": "react-native-usercentrics",
"iosPackageVersion": "2.25.1",
"iosPackageVersion": "2.26.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[VALIDATION] You bumped package version and iosPackageVersion to 2.26.1. Ensure you also: 1) run the 'yarn compile' (prepare) to regenerate the lib/ artifacts and include them in the release; 2) run the prepublish codegen script (generate-codegen-jni.js) so native bindings/JNI are updated; 3) verify the podspec (react-native-usercentrics.podspec) picks up the new iosPackageVersion and that CocoaPods integration works with 2.26.1. Also verify CI/publishing scripts and any release tags are updated to avoid publishing mismatches.

@pantoaibot
Copy link
Copy Markdown

pantoaibot bot commented Apr 6, 2026

Reviewed up to commit:fcef129fdc125f9867b836a0b59aa593a02dc6bd

Additional Suggestion
android/build.gradle.kts, line:23-31 There is an inconsistency between Android compile SDK versions: build.gradle.kts sets compileSdk = 34 (line ~23) while build-legacy.gradle uses compileSdkVersion 33 (line ~31 in that file). Confirm whether both build entry points must target the same compileSdk; if so, align them or document why they differ. Mismatched compileSdk can lead to subtle compilation/runtime issues for native dependencies.
Others - Check other package.json files in the repo (e.g., sample/, example/ or workspace packages) and native release automation (CI, publishing scripts) to ensure the version bump is applied consistently across all distribution artifacts and example apps. Missing updates in supporting packages can cause integration tests or sample apps to reference older SDK versions.

Reviewed by Panto AI

@qodo-code-review
Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-ios

Failed stage: Run tests [❌]

Failed test name: ""

Failure summary:

The GitHub Action failed because the iOS build/test step did not compile, causing xcodebuild to exit
with code 65.
- Swift compilation failed in ios/Extensions/GppData+Dict.swift at:
- line 14:
cannot convert value of type '[NSDictionary]' to closure result type 'NSDictionary'
- line 18:
cannot convert value of type 'Any' to closure result type 'NSDictionary'
- As a result, Xcode
reported Testing cancelled because the build failed. and the failing build command was SwiftCompile
... GppData+Dict.swift ... (in target react-native-usercentrics from project Pods).
- There is also
a warning in ios/Extensions/CCPAData+Dict.swift:7:31 about deprecated toUSPString(), but it did not
fail the build.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

965:  Installing React-RCTText (0.81.4)
966:  Installing React-RCTVibration (0.81.4)
967:  Installing React-RuntimeApple (0.81.4)
968:  Installing React-RuntimeCore (0.81.4)
969:  Installing React-RuntimeHermes (0.81.4)
970:  Installing React-callinvoker (0.81.4)
971:  Installing React-cxxreact (0.81.4)
972:  Installing React-debug (0.81.4)
973:  Installing React-defaultsnativemodule (0.81.4)
974:  Installing React-domnativemodule (0.81.4)
975:  Installing React-featureflags (0.81.4)
976:  Installing React-featureflagsnativemodule (0.81.4)
977:  Installing React-graphics (0.81.4)
978:  Installing React-hermes (0.81.4)
979:  Installing React-idlecallbacksnativemodule (0.81.4)
980:  Installing React-jserrorhandler (0.81.4)
981:  Installing React-jsi (0.81.4)
...

1219:  ▸ Copying ExecutionContextManager.h
1220:  ▸ Copying ExecutionContext.h
1221:  ▸ Copying ConsoleMessage.h
1222:  ▸ Copying Base64.h
1223:  ▸ Copying React-jsiexecutor-umbrella.h
1224:  ▸ Copying JSINativeModules.h
1225:  ▸ Copying JSIExecutor.h
1226:  ▸ Copying threadsafe.h
1227:  ▸ Copying jsilib.h
1228:  ▸ Copying jsi.h
1229:  ▸ Copying jsi-inl.h
1230:  ▸ Copying instrumentation.h
1231:  ▸ Copying decorator.h
1232:  ▸ Copying React-jsi-umbrella.h
1233:  ▸ Copying JSIDynamic.h
1234:  ▸ Copying React-jserrorhandler-umbrella.h
1235:  ▸ Copying React-idlecallbacksnativemodule-umbrella.h
1236:  ▸ Copying React-hermes-umbrella.h
1237:  ▸ Copying HermesExecutorFactory.h
1238:  ▸ Copying React-graphics-umbrella.h
1239:  ▸ Copying React-featureflagsnativemodule-umbrella.h
1240:  ▸ Copying React-featureflags-umbrella.h
1241:  ▸ Copying React-domnativemodule-umbrella.h
1242:  ▸ Copying React-defaultsnativemodule-umbrella.h
1243:  ▸ Copying React-debug-umbrella.h
1244:  ▸ Copying TraceSection.h
1245:  ▸ Copying SystraceSection.h
1246:  ▸ Copying SharedProxyCxxModule.h
1247:  ▸ Copying RecoverableError.h
1248:  ▸ Copying ReactNativeVersion.h
...

1251:  ▸ Copying RAMBundleRegistry.h
1252:  ▸ Copying NativeToJsBridge.h
1253:  ▸ Copying NativeModule.h
1254:  ▸ Copying MoveWrapper.h
1255:  ▸ Copying ModuleRegistry.h
1256:  ▸ Copying MethodCall.h
1257:  ▸ Copying MessageQueueThread.h
1258:  ▸ Copying JsArgumentHelpers.h
1259:  ▸ Copying JsArgumentHelpers-inl.h
1260:  ▸ Copying JSModulesUnbundle.h
1261:  ▸ Copying JSIndexedRAMBundle.h
1262:  ▸ Copying JSExecutor.h
1263:  ▸ Copying JSBundleType.h
1264:  ▸ Copying JSBigString.h
1265:  ▸ Copying Instance.h
1266:  ▸ Copying ErrorUtils.h
1267:  ▸ Copying CxxNativeModule.h
...

1668:  ▸ Copying RCTI18nUtil.h
1669:  ▸ Copying RCTI18nManager.h
1670:  ▸ Copying RCTHTTPRequestHandler.h
1671:  ▸ Copying RCTGIFImageDecoder.h
1672:  ▸ Copying RCTFrameUpdate.h
1673:  ▸ Copying RCTFrameAnimation.h
1674:  ▸ Copying RCTFont.h
1675:  ▸ Copying RCTFileRequestHandler.h
1676:  ▸ Copying RCTFileReaderModule.h
1677:  ▸ Copying RCTFPSGraph.h
1678:  ▸ Copying RCTExceptionsManager.h
1679:  ▸ Copying RCTEventEmitter.h
1680:  ▸ Copying RCTEventDispatcherProtocol.h
1681:  ▸ Copying RCTEventDispatcher.h
1682:  ▸ Copying RCTEventAnimation.h
1683:  ▸ Copying RCTErrorInfo.h
1684:  ▸ Copying RCTErrorCustomizer.h
1685:  ▸ Copying RCTDynamicTypeRamp.h
...

1866:  ▸ Compiling SocketRocket-dummy.m
1867:  ▸ Compiling SRWebSocket.m
1868:  ▸ Compiling SRURLUtilities.m
1869:  ▸ Compiling SRSecurityPolicy.m
1870:  ▸ Compiling SRSIMDHelpers.m
1871:  ▸ Compiling SRRunLoopThread.m
1872:  ▸ Compiling SRRandom.m
1873:  ▸ Compiling SRProxyConnect.m
1874:  ▸ Compiling SRPinningSecurityPolicy.m
1875:  ▸ Compiling SRMutex.m
1876:  ▸ Compiling SRLog.m
1877:  ▸ Compiling SRIOConsumerPool.m
1878:  ▸ Compiling SRIOConsumer.m
1879:  ▸ Compiling SRHash.m
1880:  ▸ Compiling SRHTTPConnectMessage.m
1881:  ▸ Compiling SRError.m
1882:  ▸ Compiling SRDelegateController.m
...

2267:  ▸ Compiling RCTModalManager.m
2268:  ▸ Compiling RCTModalHostViewManager.m
2269:  ▸ Compiling RCTModalHostViewController.m
2270:  ▸ Compiling RCTModalHostView.m
2271:  ▸ Compiling RCTLayoutAnimationGroup.m
2272:  ▸ Compiling RCTLayoutAnimation.m
2273:  ▸ Compiling RCTLayout.m
2274:  ▸ Compiling RCTKeyCommands.m
2275:  ▸ Compiling RCTJSThread.m
2276:  ▸ Compiling RCTJSStackFrame.m
2277:  ▸ Compiling RCTI18nUtil.m
2278:  ▸ Compiling RCTImageSource.m
2279:  ▸ Compiling RCTFrameUpdate.m
2280:  ▸ Compiling RCTEventEmitter.m
2281:  ▸ Compiling RCTEventDispatcher.m
2282:  ▸ Compiling RCTErrorInfo.m
2283:  ▸ Compiling RCTDisplayLink.m
...

2292:  ▸ Compiling RCTCallableJSModules.m
2293:  ▸ Compiling RCTBundleManager.m
2294:  ▸ Compiling RCTBridgeModuleDecorator.m
2295:  ▸ Compiling RCTBridgeConstants.m
2296:  ▸ Compiling RCTBorderDrawing.m
2297:  ▸ Compiling RCTAssert.m
2298:  ▸ Compiling RCTActivityIndicatorView.m
2299:  ▸ Compiling RCTActivityIndicatorViewManager.m
2300:  ▸ Processing React-Core-Info.plist
2301:  ▸ Running script 'Create Symlinks to Header Folders'
2302:  ▸ Touching ReactCommon.framework (in target 'ReactCommon' from project 'Pods')
2303:  ▸ Touching React_graphics.framework (in target 'React-graphics' from project 'Pods')
2304:  ▸ Compiling RCTTypedModuleConstants.mm
2305:  ▸ Compiling RCTConvertHelpers.mm
2306:  ▸ Compiling RCTTypeSafety_vers.c
2307:  ▸ Processing React-jserrorhandler-Info.plist
2308:  ▸ Compiling StackTraceParser.cpp
2309:  ▸ Compiling JsErrorHandler.cpp
2310:  ▸ Compiling RCTTypeSafety-dummy.m
2311:  ▸ Compiling React_jserrorhandler_vers.c
2312:  ▸ Touching React.framework (in target 'React-Core' from project 'Pods')
2313:  ▸ Processing react-native-safe-area-context-Info.plist
2314:  ▸ Processing React-RCTText-Info.plist
2315:  ▸ Compiling React-jserrorhandler-dummy.m
2316:  ▸ Processing React-NativeModulesApple-Info.plist
2317:  ▸ Processing RCTTypeSafety-Info.plist
2318:  ▸ Compiling RCTTurboModuleManager.mm
2319:  ▸ Compiling RCTTurboModule.mm
2320:  ▸ Compiling RCTInteropTurboModule.mm
2321:  ▸ Compiling React_NativeModulesApple_vers.c
2322:  ▸ Running script 'Create Symlinks to Header Folders'
2323:  ▸ Touching react_native_safe_area_context.framework (in target 'react-native-safe-area-context' from project 'Pods')
2324:  ▸ Touching React_jserrorhandler.framework (in target 'React-jserrorhandler' from project 'Pods')
2325:  ▸ Touching RCTText.framework (in target 'React-RCTText' from project 'Pods')
...

2769:  ▸ Compiling ReactCodegen_vers.c
2770:  ▸ Compiling ReactCodegen-dummy.m
2771:  ▸ Running script 'Create Symlinks to Header Folders'
2772:  ▸ Compiling RNCWebViewModule.mm
2773:  ▸ Compiling RNCWebViewManager.mm
2774:  ▸ Compiling RNCWebView.mm
2775:  ▸ Compiling react_native_webview_vers.c
2776:  ▸ Compiling react-native-webview-dummy.m
2777:  ▸ Compiling RNCWebViewImpl.m
2778:  ▸ Compiling RNCWebViewDecisionManager.m
2779:  ▸ Compiling RNCWKProcessPoolManager.m
2780:  ▸ Compiling RCTConvert+WKDataDetectorTypes.m
2781:  ⚠️  /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/CCPAData+Dict.swift:7:31: 'toUSPString()' is deprecated: Please, use the field uspString directly
2782:  "uspString": self.toUSPString(),
2783:  ^
2784:  Testing failed:
2785:  ❌  /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/GppData+Dict.swift:14:36: cannot convert value of type '[NSDictionary]' to closure result type 'NSDictionary'
2786:  Cannot convert value of type '[NSDictionary]' to closure result type 'NSDictionary'
2787:  Cannot convert value of type 'Any' to closure result type 'NSDictionary'
2788:  return nestedArray.map { nestedItem in
2789:  Testing cancelled because the build failed.
2790:  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
2791:  ** TEST FAILED **
2792:  ❌  /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/GppData+Dict.swift:18:28: cannot convert value of type 'Any' to closure result type 'NSDictionary'
2793:  The following build commands failed:
2794:  SwiftCompile normal arm64 Compiling\ BannerSettings+Dict.swift,\ CCPAData+Dict.swift,\ DispatchQueueManager.swift,\ GppData+Dict.swift,\ GppSectionChangePayload+Dict.swift,\ PresentationViewController.swift,\ ReadyStatus+Dict.swift,\ RNUsercentricsModule.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/BannerSettings+Dict.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/CCPAData+Dict.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Manager/DispatchQueueManager.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/GppData+Dict.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/GppSectionChangePayload+Dict.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Manager/PresentationViewController.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/Extensions/ReadyStatus+Dict.swift /Users/runner/work/react-native-sdk/react-native-sdk/ios/RNUsercentricsModule.swift (in target 'react-native-usercentrics' from project 'Pods')
...

2841:  Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/react-native-sdk/react-native-sdk/sample/ios/build/generated/ios/react/renderer/components/safeareacontext/States.cpp (in target 'ReactCodegen' from project 'Pods')
2842:  Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/react-native-sdk/react-native-sdk/sample/ios/build/generated/ios/react/renderer/components/safeareacontext/States.cpp (in target 'ReactCodegen' from project 'Pods')
2843:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'ReactCodegen' from project 'Pods')
2844:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-utils' from project 'Pods')
2845:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-runtimescheduler' from project 'Pods')
2846:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-runtimeexecutor' from project 'Pods')
2847:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-rendererdebug' from project 'Pods')
2848:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-renderercss' from project 'Pods')
2849:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-rendererconsistency' from project 'Pods')
2850:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-performancetimeline' from project 'Pods')
2851:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-microtasksnativemodule' from project 'Pods')
2852:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jsinspectornetwork' from project 'Pods')
2853:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jsitooling' from project 'Pods')
2854:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jsinspectortracing' from project 'Pods')
2855:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jsinspectorcdp' from project 'Pods')
2856:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jserrorhandler' from project 'Pods')
2857:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-idlecallbacksnativemodule' from project 'Pods')
...

2862:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-defaultsnativemodule' from project 'Pods')
2863:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-debug' from project 'Pods')
2864:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeHermes' from project 'Pods')
2865:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeCore' from project 'Pods')
2866:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeApple' from project 'Pods')
2867:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RCTRuntime' from project 'Pods')
2868:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RCTFBReactNativeSpec' from project 'Pods')
2869:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-NativeModulesApple' from project 'Pods')
2870:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Mapbuffer' from project 'Pods')
2871:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-ImageManager' from project 'Pods')
2872:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-FabricImage' from project 'Pods')
2873:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-FabricComponents' from project 'Pods')
2874:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Fabric' from project 'Pods')
2875:  Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'RCT-Folly' from project 'Pods')
2876:  Testing workspace sample with scheme sample
2877:  (3 failures)
2878:  ##[error]Process completed with exit code 65.
2879:  ##[group]Run actions/upload-artifact@v4

@rodrigo-leal-usercentrics rodrigo-leal-usercentrics deleted the release/2.26.1 branch April 7, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant