Post

Replies

Boosts

Views

Activity

Cannot interact with CarPlay external display in Xcode
I'm testing out adding CarPlay support to my app and had a lot of trouble getting the CarPlay simulator(the one accessible through I/O->External Displays->CarPlay from the simulator app) to respond to any touches. At first I thought it was a problem with my app, but then I erased all contents and settings, turned on car play, and attempted to even interact with the default view to no avail. Throughout the morning it's worked on and off so something is not right here. Xcode 14.2, iOS 16.2. As you can see from the screenshot there are no other apps installed.
4
0
1.2k
Oct ’23
Lost access to my team account
I've been an admin on my team for at least five years but somehow over the weekend I seem to have lost access. When I log into App Store Connect I can see my account just fine as part of the team and it has admin status for all apps in the account. When I log into developer.apple.com I do not see that team. Anyone have any ideas for what this may be? I tried a different browser, private window, etc.
3
3
1.1k
Sep ’23
can I use an app group capability with a wild card app ID?
Hi, We're an app-vendor that uses a wild card app ID for our development and beta builds. We're working on a feature that requires app groups but seems like that isn't supported with a wild card app ID? Is there a way to do this? I understand wildcard app IDs are meant for apps that don't require specific capabilities, but I'd like to roll this feature across *all* the apps that have that wild card app ID, so is there a way to do this or do I need to figure out how to support all those apps with individualized app IDs and a profile for each??
8
0
4.2k
Apr ’23
Error message when building upgraded framework target
Hello, I have a workspace with a framework project from before Xcode 14. It links to four external frameworks(no cocoa pods or SPM). When I compile, I get the following error: Dependency for P0:target-MyTarget-98b0bea19fac02a3306518d8bebb7db7e90b4d78a49724033552d3dffd5a3b44-:Release:SwiftDriver Compilation MyTarget normal arm64 com.apple.xcode.tools.swift.compiler is not absolute (Frameworks/Mapbox.framework/Headers/MGLMapCamera.h). And I get one of these for every single header in the framework. I don't get this if I use a new project created in Xcode 14. What gives? I've been searching high and low for any information on what that even means to no avail. I even searched the SwiftDriver source on GitHub. For that matter, why is the swift compiler doing anything with an Objective C SDK? Any insights are appreciated.
8
7
5.8k
Sep ’22
missing symbol called error at runtime
Hello, At run time, one of my apps is crashing every time with dyld[1406]: missing symbol called dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libBacktraceRecording.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib I'm on an M1 Mac using Xcode 14 and targeting iOS 16. I tried this with Xcode 13.4.1 on this same laptop and had the same issue. It does not give me any further information and it's always crashing on the same line: let xml = XML.parse(data) . However, if I place a breakpoint on that line and po the result of the XML call it prints correctly in the debugger, so not sure what symbol is missing....
5
0
7.1k
Sep ’22
Expiring push notifications automatically?
Hi, I think the answer is no, and I've been researching to find out otherwise to no avail, but is there a way to expire banner notifications after a certain amount of time? An example of this may be the score of the first half of a game, or an overnight weather alert. First half score is irrelevant to me a couple of hours later when the game is over. So is there a way to have a banner which shows up as a notification expire and go away after x number of minutes without user intervention and ideally regardless of whether or not the app is currently running? If so where do I find the docs for it?
0
1
842
Oct ’21
Cannot interact with CarPlay external display in Xcode
I'm testing out adding CarPlay support to my app and had a lot of trouble getting the CarPlay simulator(the one accessible through I/O->External Displays->CarPlay from the simulator app) to respond to any touches. At first I thought it was a problem with my app, but then I erased all contents and settings, turned on car play, and attempted to even interact with the default view to no avail. Throughout the morning it's worked on and off so something is not right here. Xcode 14.2, iOS 16.2. As you can see from the screenshot there are no other apps installed.
Replies
4
Boosts
0
Views
1.2k
Activity
Oct ’23
Lost access to my team account
I've been an admin on my team for at least five years but somehow over the weekend I seem to have lost access. When I log into App Store Connect I can see my account just fine as part of the team and it has admin status for all apps in the account. When I log into developer.apple.com I do not see that team. Anyone have any ideas for what this may be? I tried a different browser, private window, etc.
Replies
3
Boosts
3
Views
1.1k
Activity
Sep ’23
can I use an app group capability with a wild card app ID?
Hi, We're an app-vendor that uses a wild card app ID for our development and beta builds. We're working on a feature that requires app groups but seems like that isn't supported with a wild card app ID? Is there a way to do this? I understand wildcard app IDs are meant for apps that don't require specific capabilities, but I'd like to roll this feature across *all* the apps that have that wild card app ID, so is there a way to do this or do I need to figure out how to support all those apps with individualized app IDs and a profile for each??
Replies
8
Boosts
0
Views
4.2k
Activity
Apr ’23
Error message when building upgraded framework target
Hello, I have a workspace with a framework project from before Xcode 14. It links to four external frameworks(no cocoa pods or SPM). When I compile, I get the following error: Dependency for P0:target-MyTarget-98b0bea19fac02a3306518d8bebb7db7e90b4d78a49724033552d3dffd5a3b44-:Release:SwiftDriver Compilation MyTarget normal arm64 com.apple.xcode.tools.swift.compiler is not absolute (Frameworks/Mapbox.framework/Headers/MGLMapCamera.h). And I get one of these for every single header in the framework. I don't get this if I use a new project created in Xcode 14. What gives? I've been searching high and low for any information on what that even means to no avail. I even searched the SwiftDriver source on GitHub. For that matter, why is the swift compiler doing anything with an Objective C SDK? Any insights are appreciated.
Replies
8
Boosts
7
Views
5.8k
Activity
Sep ’22
missing symbol called error at runtime
Hello, At run time, one of my apps is crashing every time with dyld[1406]: missing symbol called dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libBacktraceRecording.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib I'm on an M1 Mac using Xcode 14 and targeting iOS 16. I tried this with Xcode 13.4.1 on this same laptop and had the same issue. It does not give me any further information and it's always crashing on the same line: let xml = XML.parse(data) . However, if I place a breakpoint on that line and po the result of the XML call it prints correctly in the debugger, so not sure what symbol is missing....
Replies
5
Boosts
0
Views
7.1k
Activity
Sep ’22
Expiring push notifications automatically?
Hi, I think the answer is no, and I've been researching to find out otherwise to no avail, but is there a way to expire banner notifications after a certain amount of time? An example of this may be the score of the first half of a game, or an overnight weather alert. First half score is irrelevant to me a couple of hours later when the game is over. So is there a way to have a banner which shows up as a notification expire and go away after x number of minutes without user intervention and ideally regardless of whether or not the app is currently running? If so where do I find the docs for it?
Replies
0
Boosts
1
Views
842
Activity
Oct ’21