ISSUE:
Warning: None of the input catalogs contained a matching App Icon & Top Shelf Image brand assets collection named "AppIcon"
INFORMATION:
So I currently have my app published and it works for iOS, and visionOS. (iPhone, iPad, Mac & Apple Vision Pro)
There is one target for all OS versions.
I have recently updated it to work with tvOS, however upon building I run into the warning listed at the top of this post.
I have the following within the project:
'AppIcon.icon' (from the new icon composer for iOS, macOS and watchOS)
And within .xcassets:
'AppIcon' (which contains the majority of the icons)
'Brand Assets' Folder (created by right click, tvOS, New tvOS App Icon and Top Shelf Image; which contains these icons in layers and the correct sizes)
Brand Assets retains the names created by Xcode, App Icon - App Store, App Icon, Top Shelf Image Wide, Top Shelf Image
In "General" in the target, I have AppIcon, still listed as the AppIcon name.
Adding a second entry here for just tvOS does not resolve my issue, our could be that I do not what to call it so it can properly find it.
QUESTION:
What am I missing so that the build process detects these images properly and completes a successful build for tvOS?
I am assuming I need to add options to the App Icons and Launch Screens area, but what is the name I place here for tvOS?
SCREENSHOTS:
How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here
Dive into the vast array of tools, services, and support available to developers.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
How do I take an Icon Composer file and bring it into Xcode?
The WWDC 25 session video "Create Icons with Icon Composer", Delivery chapter (around 13:16) was not detailed enough on how to bring the file into Xcode so it will be used for the project.
Once I've saved the Icon Composer file to Finder, where do I import/put it into my Xcode project. I have previous App Icon content in Assets. Do I add Icon Composer file content to Assets in Xcode? How do I make sure Xcode uses the new Icon Composer content in my Xcode project (for iOS) vs. the App Icon asset I currently use?
It is gone from where I used to find it on Apple’s web site. Is it deprecated or no longer available?
Hi. I have an iPad 7th gen running iPadOS 14.8.1. For testing purposes, I want to upgrade it to the latest release of iPadOS 17, even though the device wants me to upgrade to iPadOS 18.5. Is there a way to upgrade it to iPadOS 17?
btw this would free-up a newer iPad running iPadOS 17 so I can install iPadOS 26 beta.
Thank you.
Topic:
Developer Tools & Services
SubTopic:
General
This year, if I update my Mac to the MacOS 26 Tahoe beta, will I still be able to ship app updates to the App Store using Xcode 16.4 until Xcode 26 is GM?
Thanks!
Topic:
Developer Tools & Services
SubTopic:
Xcode
Currently there's only an option to link your OpenAI account to use ChatGPT within Xcode on MacOS 26 Beta. Apparently with other services like Claude you can specify which model you'd like to use, but there's no such option for ChatGPT.
Is this coming, or is this working as designed?
This is from Mac OS 26 or the prior version.
It seems to be trying to include XCTest, but its no where in the build phases or frameworks? Anyone seen this issue?
Failed to install the app on the device.
Domain: com.apple.dt.CoreDeviceError
Code: 3002
User Info: {
DVTErrorCreationDateKey = "2025-06-11 15:28:16 +0000";
IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker;
NSURL = "file:///Users/ekaplan/Library/Developer/Xcode/DerivedData/dormway-mobile-feckueenojzruoaobakflnuqoglk/Build/Products/Debug-iphoneos/dormway-mobile.app";
}
Unable to Install “DormWay”
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Please try again later.
Recovery Suggestion: Failed to iterate on macho slices for input file: /private/var/containers/Bundle/Application/D920CF2A-E16B-403F-B2DB-8F1732CA3D5F/dormway-mobile.app/Frameworks/XCTest.framework/XCTest
Failed to iterate on macho slices for input file: /private/var/containers/Bundle/Application/D920CF2A-E16B-403F-B2DB-8F1732CA3D5F/dormway-mobile.app/Frameworks/XCTest.framework/XCTest
Domain: MIInstallerErrorDomain
Code: 73
User Info: {
FunctionName = MIMachOFileIterateImageVersions;
SourceFileLine = 129;
}
parse_macho_iterate_slices failed for /private/var/containers/Bundle/Application/D920CF2A-E16B-403F-B2DB-8F1732CA3D5F/dormway-mobile.app/Frameworks/XCTest.framework/XCTest
Domain: NSPOSIXErrorDomain
Code: 62
Failure Reason: Too many levels of symbolic links
User Info: {
FunctionName = MIMachOFileIterateImageVersions;
SourceFileLine = 129;
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
I’m using iOS 26 right now, can’t go back to iOS 18 cuz I did not backup and my phone is so laggy right now i cant even turn off developer mode help me please
Topic:
Developer Tools & Services
SubTopic:
General
Pasting compiler error below:
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:308:7: error: field has incomplete type 'void'
_Hp _value;
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:466:14: note: in instantiation of template class 'std::__tuple_leaf<0, void>' requested here
: public __tuple_leaf<_Indx, _Tp>... {
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:541:10: note: in instantiation of template class 'std::__tuple_impl<std::__tuple_indices<0>, void>' requested here
_BaseT _base;
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:538:28: note: in instantiation of template class 'std::tuple' requested here
class _LIBCPP_TEMPLATE_VIS tuple {
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:389:58: error: cannot form a reference to 'void'
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Hp& get() _NOEXCEPT { return _value; }
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:390:64: error: cannot form a reference to 'void'
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 const _Hp& get() const _NOEXCEPT { return _value; }
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:585:83: error: cannot form a reference to 'void'
_LIBCPP_CONSTEXPR_SINCE_CXX14 explicit(_Not<_Lazy<_And, is_convertible<const _Tp&, _Tp>...> >::value)
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:538:28: note: in instantiation of template class 'std::tuple' requested here
class _LIBCPP_TEMPLATE_VIS tuple {
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:597:83: error: cannot form a reference to 'void'
_LIBCPP_CONSTEXPR_SINCE_CXX20 explicit(_Not<_Lazy<_And, is_convertible<const _Tp&, _Tp>...> >::value)
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:972:83: error: cannot form a reference to 'void'
__enable_if_t< _And< _BoolConstant<_Np == sizeof...(_Tp)>, is_assignable<_Tp&, _Up const&>... >::value, int> = 0>
^
/Users/adam/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:983:89: error: cannot form a reference to 'void'
__enable_if_t< _And< _BoolConstant<_Np == sizeof...(_Tp)>, is_assignable<_Tp&, _Up>... >::value, int> = 0>
Topic:
Developer Tools & Services
SubTopic:
Xcode
I'm trying to bring up an existing macOS app workspace to build against the macOS 26 SDK, however Xcode 26b1 is producing the following error, and I'm unable to proceed:
/Users/tonyarnold/Documents/Reveal/<unknown>:1:1: error reading '/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/module.modulemap': No such file or directory
/Users/tonyarnold/Documents/Reveal/<unknown>:1:1: failed to emit precompiled module '/Users/tonyarnold/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/_Builtin_stdbool-LVR359SH1U4537HG9T3JOGN.pcm' for module map '/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/module.modulemap'
I've checked and the module map that it claims is missing is there on the filesystem.
Is this a known issue with this beta?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Hello All,
I am trying to generate APNs certificate but no luck.
Please guide me how to generate it.
Thanks
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I added a new liquid glass icon built with Icon Composer to my app. It works and looks great on iOS 26 but Xcode complains that required icon files for older versions are missing.
I still have the old AppIcon in my Asset Catalog but it seems like it's not being used.
How do I configure Xcode to use the old icons for iOS 18 and the new icon for iOS 26?
Hello,
I’m facing an issue with my developer account enrollment and would appreciate your guidance.
I created an account and gave access to my developer to assist with the process. After I completed the payment, I didn’t proceed with enrollment immediately. Later, my developer attempted to enroll on my behalf, but he mistakenly submitted his own personal information instead of mine.
Now, whenever we try to enroll, we keep encountering errors. I believe this is due to the incorrect identity information that was submitted earlier.
I would like to update the enrollment details with my correct personal information so I can complete the process properly. However, I’m unable to find an option to edit or reset the information already submitted.
My questions are:
How can I change the identity information that was previously submitted?
Is it possible to reset the enrollment process so I can start fresh with my correct details?
Do you require any proof of identity or documentation to assist with this change? I’m willing to provide them if needed.
Thank you for your help.
Best regards,
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello,
I'm currently living in Finland and would like to apply for the developer program in order to develop an app for the Apple Vision Pro. I understand that Finland is not supported in this matter, so I thought about making an German AppleID, since that is supported in the AVP App Store, and enroll in the program with that.
The problem is that, since I'm not a German citizen nor have a residency there, would that cause a problem in the identity verification process? Is this allowed at all? If not, are there any workarounds to be able to get the developer account outside of supported regions?
Thank you!
I would like to delete this post, but I can't. Please add this fundamental feature.
Hello, I normally don't update to the latest macOS version until it is stable. However, I really want to try the Xcode intelligence features. Do you guys just update your Mac to the latest beta version? Or do you partition your drive? Is there a better way than partitioning now? It's been a long time since I partitioned. Thanks
Topic:
Developer Tools & Services
SubTopic:
Xcode
I just turned it on by accident and I can’t turn it off… I’m using IOS 26 rn and I can’t go back and I can’t disable the developer mode, I’m not a developer so yeah
Topic:
Developer Tools & Services
SubTopic:
General
Hi! A few months ago my flutter project was building successfully and then suddenly stopped working after an xcode update. In the latest attempt to build, I see error message Module ‘audioplayers’ not found (in target ‘Runner’ from project ‘Runner’). Thank you in advance for any help!
Flutter version: Flutter 3.3.0-0.5.pre • channel beta
Xcode version: 16.3
Target ios version: ios 12.0
Topic:
Developer Tools & Services
SubTopic:
Xcode
Hi everyone,
I made a mistake when submitting my first app and accidentally set my developer name as the app name instead of my business name. Now all my apps show the wrong developer name on the App Store.
Apple support said it can't be changed after the first app, but I've seen some posts mentioning people got it changed through support. Has anyone successfully changed their developer name after initial setup?
Is closing the account and starting fresh the only real option? Really don't want to lose my app's reviews and ratings.
Any experiences or advice would be appreciated!
Thanks
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
App Store
App Submission
Developer Program
Downloaded XCode Beta Version 26.0 beta (17A5241e). However the user interface is the same as public release Xcode. No Glassy tab navigation or LLM interface.. Also Foundation Models Framework unavailable or cannot be found.
PLEASE HELP!?? Am I missing a configuration?
What are the steps to get this working. I am on the latest Mac Sequoia 15.5 OS.