-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asset validation failed #10
Comments
In Addition Asset validation failed |
Hi, I would also like this to be addressed. It seems like it is an issue when building with Xcode 15.3 If it's not fixed we will be forced to remove this SDK. |
having same issue also with XCode 15.4, any workaround besides XCode 15.2 ? @ManoharaReddyP can you assist here ? is there a way to open a ticket ? |
@ManoharaReddyP when is the next release scheduled? we are not planning to integrate cocoapods just for this one library |
Asset validation failed
Invalid Signature. Code object is not signed at all. The file at path “AppProject.app/Frameworks/ADEUMInstrumentation.framework/Materials/xcode_build_dsym_upload.sh” is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target
The text was updated successfully, but these errors were encountered: