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
Domain: Github.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a848ca10-2034-a697-0585-a1f05b75df26 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9E9A:16ABB6:1248A4F:1A321FD:6A634119 |
| html-safe-nonce | b80e03c255e01ec6ebb97ca72fe56ec8dd73eca0a209629a6ff6fa344d75b377 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RTlBOjE2QUJCNjoxMjQ4QTRGOjFBMzIxRkQ6NkE2MzQxMTkiLCJ2aXNpdG9yX2lkIjoiMTY1MzY2MDIyODYyNTA1NjAyNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 8b5bddde39358e53ca5edcd3fa9ef110615b69c5ed2f319d1c393da7c95f92fd |
| hovercard-subject-tag | issue:4142412279 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/nativescript-cli/5992/issue_layout |
| twitter:image | https://opengraph.githubassets.com/817076d111b3cac55acf873b0c3b7ff9721503a5edaa4c5383d0fcac768bdfa9/NativeScript/nativescript-cli/issues/5992 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/817076d111b3cac55acf873b0c3b7ff9721503a5edaa4c5383d0fcac768bdfa9/NativeScript/nativescript-cli/issues/5992 |
| og:image:alt | 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-... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | felixkrautschuk |
| hostname | github.com |
| expected-hostname | github.com |
| None | 59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94 |
| turbo-cache-control | no-preview |
| go-import | github.com/NativeScript/nativescript-cli git https://github.com/NativeScript/nativescript-cli.git |
| octolytics-dimension-user_id | 7392261 |
| octolytics-dimension-user_login | NativeScript |
| octolytics-dimension-repository_id | 21347346 |
| octolytics-dimension-repository_nwo | NativeScript/nativescript-cli |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 21347346 |
| octolytics-dimension-repository_network_root_nwo | NativeScript/nativescript-cli |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 990295d92a4cc7b63fbbd83a046217cd7d77d49c |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width