Posts

Post not yet marked as solved
1 Replies
412 Views
I have a library written in C. In the header file it contains #include <inttypes.h>. Library is imported from C++ code as extern "C" { #include <lib.h> } After update to Xcode 15.3 i can't use it because it complains on: Import of C++ module 'std_inttypes_h' appears within extern "C" language linkage specification As I understand inttypes.h is a header from both worlds C and C++ and it could be used in .c code or inside of headers for that code. What would you suggest? I don't want to change library from one side nor disable module validation. It's a valid case and it should compile without an error.
Posted
by molind.
Last updated
.
Post not yet marked as solved
0 Replies
727 Views
Hello, In car navigation application I experience TTS glitches. Most likely because audio is processed on GPU at the same time as it renders map. Is there a way to solve that? My first guess is to pre-create AVSpeechUtterance, and then send this object to speak when it's time to speak this phrase. Does it makes sense?
Posted
by molind.
Last updated
.
Post not yet marked as solved
3 Replies
956 Views
My app changed name form Galileo Offline Maps to Guru Maps almost year ago. Old name was removed from plists and only target name is Galileo. Frankly Shortcuts app somehow uses old name and I can't find where I could change it. See screnshots for example. Link to screenshots - https://developer.apple.com/forums/content/attachment/886a4cf3-1b8c-4907-beda-f7fc1b9178cf
Posted
by molind.
Last updated
.