Post

Replies

Boosts

Views

Activity

Reply to Undefined Symbols with no other info
Interesting, now that I can see the detail it's referencing a function call instead of a library that its missing. More troubleshooting to do, thank you for the lead ld: Undefined symbols: SplashScreen::createScene(), referenced from: AppDelegate::applicationDidFinishLaunching() in AppDelegate.o clang: error: linker command failed with exit code 1 (use -v to see invocation)
Oct ’23
Reply to StoreKit2 with C++ application. How?
Does anyone know the proper way to call storekit 2 from C++? I'm getting blocked by asyncronous functions and main actors not being exposed to C++, but they are required for storekit 2 function calls. I can call functions that do simple things but not Product.products() which require await and main actor threads on my view. I can't even get a basic view to appear from C++ at this point! Any function or struct that can do it is blocked from C++ export it appears. Thanks!
Topic: App & System Services SubTopic: StoreKit Tags:
May ’25