Post

Replies

Boosts

Views

Activity

Reply to Xcode 11.4: Invalid debug info found, debug info will be stripped
We're still seeing this error in our project when building with Xcode 11.5 GM. We're not able to provide the source code, but is there any way for us to determine what code is triggering this?!dbg attachment points at wrong subprogram for function !51 = distinct !DISubprogram(name: "__hidden#6396_", scope: !31, file: !31, line: 215, type: !32, scopeLine: 216, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !11) void (%3*, %0*, %0*, %0*, i32, %2*)* @"\01__hidden#6361_" br i1 %213, label %446, label %119, !dbg !83, !llvm.loop !276 !277 = !DILocation(line: 249, column: 2, scope: !278) !278 = distinct !DISubprogram(name: "__hidden#6396_", scope: !31, file: !31, line: 215, type: !32, scopeLine: 216, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !279) !278 = distinct !DISubprogram(name: "__hidden#6396_", scope: !31, file: !31, line: 215, type: !32, scopeLine: 216, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !279) ld: warning: Invalid debug info found, debug info will be stripped
May ’20
Reply to Siri vocal command stop working on watchOS8
We're having exactly same issue with the Shortcut for our app on watchOS 8. Activating our shortcut from the Shorcuts app on watchOS 8 works fine and activating it by voice still works on watchOS 7. I originally reported the issue here and filed FB9541952 on August 20 as instructed by @edford. Unfortunately, I haven't received any follow up in that thread or in the bug report and the issue is still occurring in watchOS 8.2. I haven't tested the watchOS 8.3 beta yet myself, but another developer in the other thread says they're seeing the issue with their shortcut on watchOS 8.3 beta.
Nov ’21
Reply to Cannot install watch app on watches running watchOS 7 & 8 after adding WidgetKit extension
Thanks to a tip from the developers of another app, we found that changing the deployment target of the watch app from watchOS 7 to watchOS 8, allowed the app to be installed on devices running watchOS 8. Since all devices that supported watchOS 7 also support watchOS 8, this was an acceptable workaround and we have now released an app update with this change.
Nov ’23