Post

Replies

Boosts

Views

Activity

After updating to Xcode 16.3, getting the error - Symbol not found: ___cxa_current_primary_exception
It didn't happen with Xcode 16.2 that I used before, but after updating to 16.3, when I build the app, the following error is output to the console and the app doesn't run. dyld[2150]: Symbol not found: ___cxa_current_primary_exception Referenced from: <6B00A4F2-B208-3FDB-BA38-B7095AF0034A> /private/var/containers/Bundle/Application/B590DB18-9C66-4C9E-8330-104943419E60/Mubeat DEV.app/Mubeat DEV.debug.dylib Expected in: <7F51CB08-A0CA-386E-BB62-4B8BFB0CED9F> /usr/lib/libc++.1.dylib Symbol not found: ___cxa_current_primary_exception Referenced from: <6B00A4F2-B208-3FDB-BA38-B7095AF0034A> /private/var/containers/Bundle/Application/B590DB18-9C66-4C9E-8330-104943419E60/Mubeat DEV.app/Mubeat DEV.debug.dylib Expected in: <7F51CB08-A0CA-386E-BB62-4B8BFB0CED9F> /usr/lib/libc++.1.dylib dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib After looking for another solution, I found a way to remove the -Objc option in Other Linker Flags, but this method only works on iOS 18.4 and doesn't work on other versions. Is there another solution?
5
4
1.2k
Apr ’25
App status changed to Invalid Binary while waiting for review.
After submitting a review, I received a message saying that it was an "Invalid Binary". The problem is that no error message is included. The environment is Xcode 11.7. I don't know what's wrong. App Store Connect Dear xxxxxx, The status of your app has changed to Invalid Binary. App Name: xxxxxx App Version Number: xxxxxx App SKU: xxxxxx App Apple ID: xxxxxx To make changes to this app, go to your apps's page in My Apps in App Store Connect. If you have any questions, contact us. Best regards,  The App Store Team Additionally, I recently added the Google IMA library(3.12.0~3.12.1). Could this be the problem?
2
0
1.6k
Sep ’20