René's URL Explorer Experiment


Title: [note]: SPM preferred over Cocoapods going forward with plugins · Issue #5992 · NativeScript/nativescript-cli · GitHub

Open Graph Title: [note]: SPM preferred over Cocoapods going forward with plugins · Issue #5992 · NativeScript/nativescript-cli

X Title: [note]: SPM preferred over Cocoapods going forward with plugins · Issue #5992 · NativeScript/nativescript-cli

Description: Issue Description After upgrading Xcode from 26.3 to 26.4, I am not able to install one of my apps anymore (the build succeeds, but installation fails). Unable to apply changes on device: E411B00B-30CD-44D7-A923-F0D7D900AF9D. Error is: C...

Open Graph Description: Issue Description After upgrading Xcode from 26.3 to 26.4, I am not able to install one of my apps anymore (the build succeeds, but installation fails). Unable to apply changes on device: E411B00B-...

X Description: Issue Description After upgrading Xcode from 26.3 to 26.4, I am not able to install one of my apps anymore (the build succeeds, but installation fails). Unable to apply changes on device: E411B00B-...

Opengraph URL: https://github.com/NativeScript/nativescript-cli/issues/5992

X: @github

direct link

Domain: Github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[note]: SPM preferred over Cocoapods going forward with plugins","articleBody":"### Issue Description\n\nAfter upgrading Xcode from 26.3 to 26.4, I am not able to install one of my apps anymore (the build succeeds, but installation fails).\n\n\u003e Unable to apply changes on device: E411B00B-30CD-44D7-A923-F0D7D900AF9D. Error is: Command xcrun nsxcode264issue.app/Frameworks/UserMessagingPlatform.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path \"nsxcode264issue.app/Frameworks/UserMessagingPlatform.framework/UserMessagingPlatform\".\n\nThe issue is reproducable with a newly created NativeScript app, that includes the following SPM package:\n```\n//nativescript.config.ts\nimport { NativeScriptConfig } from '@nativescript/core';\nexport default {\n    ios: {\n        SPMPackages: [\n            {\n                name: 'GoogleUserMessagingPlatform',\n                libs: ['GoogleUserMessagingPlatform'],\n                repositoryURL: 'https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git',\n                version: '3.1.0',\n            },\n        ],\n    },\n} as NativeScriptConfig;\n```\n\nThe issue seems to be related somehow to the GoogleUserMessagingPlatform package as it does not occur with MBProgressHUD as an example, _**BUT**_ when opening platforms/ios/\u003capp\u003e.xcworkspace in Xcode and run the app from Xcode, the installation succeeds as expected, so it seems to be related somehow to NativeScript CLI or @nativescript/ios ?\n\nI tried @nativescript/ios 8.9.5 as well, but with the same result as 9.0.3, so I it might be related to the NS CLI somehow.\nIt was working as expected when Xcode 26.3 was installed.\n\n### Reproduction\n\nSample app for reproduction:\n[nsxcode26-4-issue.zip](https://github.com/user-attachments/files/26270125/nsxcode26-4-issue.zip)\n\n1.) ns run ios -\u003e build succeeds, but installation fails\n2.) open platforms/ios/xcworkspace in Xcode and run app from there -\u003e success\n\n### Relevant log output (if applicable)\n\n```shell\nWebpack compilation complete. Watching for file changes.\nResolving SPM dependencies...\nCommand line invocation:\n    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/felixkrautschuk/Downloads/nsxcode26-4-issue/platforms/ios/nsxcode264issue.xcodeproj -scheme nsxcode264issue -skipPackagePluginValidation IPHONEOS_DEPLOYMENT_TARGET=16.0 -destination generic/platform=iOS -resolvePackageDependencies\n\nBuild settings from command line:\n    IPHONEOS_DEPLOYMENT_TARGET = 16.0\n\nResolve Package Graph\n\nFetching from https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git (cached)\n\nCreating working copy of package ‘swift-package-manager-google-user-messaging-platform’\n\nChecking out 3.1.0 of package ‘swift-package-manager-google-user-messaging-platform’\n\n\nResolved source packages:\n  GoogleUserMessagingPlatform: https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git @ 3.1.0\n\nresolved source packages: GoogleUserMessagingPlatform\nUpdating runtime package.json with configuration values...\nProject successfully prepared (ios)\nBuilding project...\nXcode build...\nProject successfully built.\nBuild time: 63.455 s.\nThe build result is located at: /Users/felixkrautschuk/Downloads/nsxcode26-4-issue/platforms/ios/build/Debug-iphonesimulator/nsxcode264issue.app\nInstalling on device E411B00B-30CD-44D7-A923-F0D7D900AF9D...\nUnable to apply changes on device: E411B00B-30CD-44D7-A923-F0D7D900AF9D. Error is: Command xcrun with arguments simctl install E411B00B-30CD-44D7-A923-F0D7D900AF9D /Users/felixkrautschuk/Downloads/nsxcode26-4-issue/platforms/ios/build/Debug-iphonesimulator/nsxcode264issue.app failed with exit code 1. Error output:\n An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1):\nApp installation failed: „nsxcode264issue“ kann nicht installiert werden\nVersuche es später noch einmal.\nnsxcode264issue.app/Frameworks/UserMessagingPlatform.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path \"nsxcode264issue.app/Frameworks/UserMessagingPlatform.framework/UserMessagingPlatform\".\nUnderlying error (domain=IXUserPresentableErrorDomain, code=1):\n\t„nsxcode264issue“ kann nicht installiert werden\n\tVersuche es später noch einmal.\n```\n\n### Environment\n\n\u003c!-- COPY START --\u003e\n```yaml\nOS: macOS 26.4\nCPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz\nShell: /bin/zsh\nnode: 22.19.0\nnpm: 11.6.2\nnativescript: 9.0.5\n\n# android\njava: 17.0.11\nndk: Not Found\napis: 29, 35, 36, 36\nbuild_tools: 25.0.2, 27.0.3, 28.0.3, 29.0.2, 30.0.2, 30.0.3, 32.0.0, 33.0.0, 33.0.1, 33.0.2, 34.0.0, 35.0.0, 35.0.1, 36.0.0, 36.1.0\nsystem_images: \n  - android-29 | Google Play Intel x86_64 Atom\n  - android-30 | Google APIs Intel x86_64 Atom\n  - android-35 | Google Play Intel x86_64 Atom\n  - android-36.1 | Google Play Intel x86_64 Atom\n  - android-36.1 | Pre-Release 16 KB Page Size Google Play Intel x86_64 Atom\n\n# ios\nxcode: 26.4/17E192\ncocoapods: 1.16.2\npython: 2.7.18\npython3: 3.13.0\nruby: 2.6.10\nplatforms: \n  - DriverKit 25.4\n  - iOS 26.4\n  - macOS 26.4\n  - tvOS 26.4\n  - visionOS 26.4\n  - watchOS 26.4\n```\n\n### Dependencies\n\n```json\n\"dependencies\": {\n  \"@nativescript/core\": \"^9.0.17\",\n  \"@nativescript/theme\": \"^3.1.0\"\n},\n\"devDependencies\": {\n  \"@nativescript/ios\": \"^9.0.3\",\n  \"@nativescript/webpack\": \"~5.0.25\"\n}\n```\n\u003c!-- COPY END --\u003e\n\n\n### Please accept these terms\n\n- [x] I have searched the [existing issues](https://github.com/NativeScript/nativescript-cli/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [x] This is a bug report\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/felixkrautschuk","@type":"Person","name":"felixkrautschuk"},"datePublished":"2026-03-26T10:04:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/5992/nativescript-cli/issues/5992"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a848ca10-2034-a697-0585-a1f05b75df26
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9E9A:16ABB6:1248A4F:1A321FD:6A634119
html-safe-nonceb80e03c255e01ec6ebb97ca72fe56ec8dd73eca0a209629a6ff6fa344d75b377
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RTlBOjE2QUJCNjoxMjQ4QTRGOjFBMzIxRkQ6NkE2MzQxMTkiLCJ2aXNpdG9yX2lkIjoiMTY1MzY2MDIyODYyNTA1NjAyNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8b5bddde39358e53ca5edcd3fa9ef110615b69c5ed2f319d1c393da7c95f92fd
hovercard-subject-tagissue:4142412279
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/nativescript-cli/5992/issue_layout
twitter:imagehttps://opengraph.githubassets.com/817076d111b3cac55acf873b0c3b7ff9721503a5edaa4c5383d0fcac768bdfa9/NativeScript/nativescript-cli/issues/5992
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/817076d111b3cac55acf873b0c3b7ff9721503a5edaa4c5383d0fcac768bdfa9/NativeScript/nativescript-cli/issues/5992
og:image:altIssue Description After upgrading Xcode from 26.3 to 26.4, I am not able to install one of my apps anymore (the build succeeds, but installation fails). Unable to apply changes on device: E411B00B-...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamefelixkrautschuk
hostnamegithub.com
expected-hostnamegithub.com
None59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/nativescript-cli git https://github.com/NativeScript/nativescript-cli.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id21347346
octolytics-dimension-repository_nwoNativeScript/nativescript-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id21347346
octolytics-dimension-repository_network_root_nwoNativeScript/nativescript-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release990295d92a4cc7b63fbbd83a046217cd7d77d49c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://Github.com/NativeScript/nativescript-cli/issues/5992#start-of-content
https://Github.com/
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-cli%2Fissues%2F5992
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-cli%2Fissues%2F5992
Sign up https://Github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2Fnativescript-cli
Reloadhttps://Github.com/NativeScript/nativescript-cli/issues/5992
Reloadhttps://Github.com/NativeScript/nativescript-cli/issues/5992
Reloadhttps://Github.com/NativeScript/nativescript-cli/issues/5992
Please reload this pagehttps://Github.com/NativeScript/nativescript-cli/issues/5992
NativeScript https://Github.com/NativeScript
nativescript-clihttps://Github.com/NativeScript/nativescript-cli
Please reload this pagehttps://Github.com/NativeScript/nativescript-cli/issues/5992
Notifications https://Github.com/login?return_to=%2FNativeScript%2Fnativescript-cli
Fork 204 https://Github.com/login?return_to=%2FNativeScript%2Fnativescript-cli
Star 1.1k https://Github.com/login?return_to=%2FNativeScript%2Fnativescript-cli
Code https://Github.com/NativeScript/nativescript-cli
Issues 356 https://Github.com/NativeScript/nativescript-cli/issues
Pull requests 17 https://Github.com/NativeScript/nativescript-cli/pulls
Actions https://Github.com/NativeScript/nativescript-cli/actions
Projects https://Github.com/NativeScript/nativescript-cli/projects
Security and quality 0 https://Github.com/NativeScript/nativescript-cli/security
Insights https://Github.com/NativeScript/nativescript-cli/pulse
Code https://Github.com/NativeScript/nativescript-cli
Issues https://Github.com/NativeScript/nativescript-cli/issues
Pull requests https://Github.com/NativeScript/nativescript-cli/pulls
Actions https://Github.com/NativeScript/nativescript-cli/actions
Projects https://Github.com/NativeScript/nativescript-cli/projects
Security and quality https://Github.com/NativeScript/nativescript-cli/security
Insights https://Github.com/NativeScript/nativescript-cli/pulse
[note]: SPM preferred over Cocoapods going forward with pluginshttps://Github.com/NativeScript/nativescript-cli/issues/5992#top
questionhttps://github.com/NativeScript/nativescript-cli/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com/felixkrautschuk
felixkrautschukhttps://github.com/felixkrautschuk
on Mar 26, 2026https://github.com/NativeScript/nativescript-cli/issues/5992#issue-4142412279
nsxcode26-4-issue.ziphttps://github.com/user-attachments/files/26270125/nsxcode26-4-issue.zip
existing issueshttps://github.com/NativeScript/nativescript-cli/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
questionhttps://github.com/NativeScript/nativescript-cli/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.