getting errors with Xcode 8: "A cryptographic verification failure has occurred." - provisioning-profile

At first I was getting an error that involved my signing identity. After signing out and then signing back in, I'm now getting the following errors. I think it has something to do with the the certificates or provisioning profile.
error: A cryptographic verification failure has occurred.
*** error: Couldn't codesign /Users/x/Library/Developer/Xcode/DerivedData/SeedDemo-elhrfqwwnjtcgucmplbbubsbcjcd/Build/Products/Debug-iphoneos/SeedDemo.app/Frameworks/libswiftCore.dylib:
codesign failed with exit code 1

This is a macOS Sierra problem that is affecting many other developers. Your options now are to revert back to El Cap, or to wait and hope for a resolution with the next Sierra / Xcode 8 beta. I wish there was a better answer, but at this time (6/26/2016), those are the only know solutions.
Some developers are reporting this fixed with macOS Sierra Beta 2 and Xcode 8 Beta 2, but I have not yet comfirmed on my spare Mac if this fixes the problem.
Also, some developers have reported that resetting the Keychain fixes is. In the Keychain Access app , go to "Preferences..." and click "Reset My Default Keychain".

Related

Are firebase messaging errors localized?

I am using firebase v4 to push notifications to android devices. When the Send method of the instance of messaging.Client fails, I only get a string error value and I wonder if this error string is localized. If not, I could compare it against e.g. "Requested entity was not found." to detect devices that have uninstalled my app. Is this string always plain english or does this depend on the locale the app is running under? Or does this error string come from the server, so I can never be sure if it stays the same?
What other options do I have to properly detect such an error, even if my golang binary runs on computer systems with any locale or language? I am running my golang binary on windows.
Any help or insights appreciated,
--
Stefan
In general, all error messages from Firebase SDKs are in English only. They are generally not suitable for display or comparison in an app. You should instead use the provided error codes (which will not vary) in the error or exception object to determine what exactly went wrong.

Can't uninstall Intel RealSense due to source file invalid

I'm trying to uninstall Intel Realsense SDK and every single uninstall attempt fails and this appears:
"The integrity check failed
Source file is incorrect/invalid
intel_rs_sdk_runtime_ia32_track3d_metaio_6_0_21_6598.msi"
This is a translation from the Dutch error message. How can I fix this?
If you are still experiencing this error, you can try the following:
Go to the Intel® RealSense™ SDK​ Developer Zone.
(https://software.intel.com/en-us/intel-realsense-sdk/download)
Scroll down to the SDK Components Download and click Download.
Complete Product Registration if Required
After Registering, you will receive a Serial Key and a Download options, chose the option that best suites your needs. The requested serial key during the download option will be the Serial Key you received during registration, not the camera serial.
You should be given an option to uninstall.

Execution group not starting Websphere message broker 8

We have Websphere Message Broker v8.0.0.3 on Redhat Linux env, and we encounterd the following runtime error message:
BIP2057
Execution Group <insert_1> could not be started: broker name <insert_2>; UUID <insert_3>; label <insert_4>; Pub-Sub server <insert_5> (1=Yes, 0=No).
The situation is that one of the execution groups stopped (without any trace/log about it) and the wmb could not auto start with the BIP2057 error.
the weird part occurs when another EG restarted (unlinked reason to the first problem, because of some applicative errors) and then the first EG "took its place", started successfully, and now the second EG could not start for the same reason.
We have checked for user permissions or the logs without any success in identifying the problem.
Any help would be much appreciated.
Run the following service IBM MQSeries if it's not running already:
C:\Program Files (x86)\IBM\WebSphere MQ\bin\amqlsvc.exe
If it gives an
exception of Access Denied, your user must not be having rights to
log on.
Another possible resolution can be by restarting the
DataFlowEngine.exe process.
If none of the above scenarios fulfill the need, restart the system.

Access denied due to invalid subscription key error

My app has been working fine since I changed my free account to a Pay-As-You-Go account but yesterday I started receiving the Access denied due to invalid subscription key error
I haven't changed anything. What can be the source of this error?
Microsoft CRIS servers were experiencing down time starting from ~ 10 pm GMT (according to my observation) on Wednesday 04/19 till 9 am GMT Thursday 14/20. I've experienced problems with log in, deployment access. But some of their servers went back and I was able to log in console. However all my deployments weren't accessible including newly created one. So, as their system went down, you might have problems accessing your deployment. Even if error description is related to invalid subscription key, it might be that issue. It's a new service and I still see 500 Internal errors in console often. If issue is still reproducing, I recommend you to contact their support team crservice#microsoft.com. They are very helpful. However they respond during European working hours.
I have experienced similar issues when we hit the API limits. It would not be a bad idea to check if either the number of requests per second or the volume has been reached ( in case of bootstrap keys it is 1000 hits)

NSLog sending messages to system.log in macOS Sierra

After updating to macOS Sierra my fairly old and previously ok application has stopped sending NSLog messages directly to Console. Instead I have to view the messages in system.log.
Is this expected behaviour, or is there some migration I need to perform to restore the old behaviour?

Resources