issue when creating IPA file - ipa

I'm seeing this error:
[ ERROR] Something went wrong that we didn't expect:
[ ERROR] Failed when running /usr/bin/codesign: iPhone Developer: no identity found
[ ERROR] See /Users/yuanfengfeng/Desktop/Chrome_Download/test/forge-error.log for more details
[ ERROR] Please contact support#trigger.io
Please give me some clues on how to resolve this issue?
Thanks.

It looks like you haven't got a iPhone Developer certificate in your keychain or are trying to reference it incorrectly with the 'forge package' command.
Send the exact command you're running and the forge-error.log file to support#trigger.io and we'll help you resolve it.
Our documentation for releasing on iOS and Android is here: https://trigger.io/docs/current/recipes/release/release_mobile.html

Related

Openstack installation error with nova and authentification

This is the first time i'm using openstack, I'm really a new one, I'm doing right now an OpenStack packstack installation, I've generated an answer file in which i specify the following parameters : (notice that I've followed a website doing that i don't know exactly what does all of these parameters means)
CONFIG_PROVISION_DEMO=n
CONFIG_NEUTRON_ML2_TYPE_DRIVERS=flat,vxlan
CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vxlan
CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS=openvswitch
CONFIG_NEUTRON_L2_AGENT=openvswitch
CONFIG_NEUTRON_OVS_EXTERNAL_PHYSNET=extnet
CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=extnet:br-ex
CONFIG_NEUTRON_OVS_BRIDGE_IFACES=br-ex:em1
I'm getting the following error :
ERROR : Error appeared during Puppet run: 10.53.193.172_controller.pp Notice: /Stage[main]/Nova::Db::Sync/Exec[nova-db-sync]/returns: Error: (pymysql.err.OperationalError) (1045, u"Access denied for user 'nova'#'10.53.193.172' (using password: YES)") (Background on this error at: sqlalche.me/e/e3q8) You will find full trace in log /var/tmp/packstack/20210401-074033-eKhyZ8/manifests/10.53.193.172_controller.pp.log
I've search how to solve it,and i didn't find anything helpful, so i ignored it and I've try to re-run the packstack --answer-file=answerfile.txt, and I'm getting this time a new error :
ERROR : Error appeared during Puppet run: 10.53.193.172_controller.pp
Error: Failed to apply catalog: Could not authenticate
You will find full trace in log /var/tmp/packstack/20210401-082518-KWFGCT/manifests/10.53.193.172_controller.pp.log
Please check log file /var/tmp/packstack/20210401-082518-KWFGCT/openstack-setup.log for more information
Any help, please !

azure bot deployment issue (echo bot)

I'm having some deployment issue that results in the following error, anyone can help to take a look?
\> \build.cmd
Restore completed in 1.05 sec for D:\home\site\wwwroot\EchoBot.csproj.
Bots\EchoBot.cs(62,10): error CS1513: } expected [D:\home\site\wwwroot\EchoBot.csproj]
Failed exitCode=1, command=dotnet publish "EchoBot.csproj" --output
"D:\local\Temp\___deployTemp10152" --configuration Release
An error has occurred during web site deployment.
According to the error you posted above, seems to be compile issue.
a closing curly brace (}) that was not found. Check the particular line in EchoBot.cs

Odd Websocket Error at Build Time - "Unable to Resolve websocket/lib/BufferUtil"?

Even though I have Websocket installed, at build time, using the Meteor build tool, I’m getting this console error:
Unable to resolve some modules:
"../build/Release/bufferutil" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/BufferUtil.js (os.osx.x86_64)
"../build/default/bufferutil" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/BufferUtil.js (os.osx.x86_64)
"../build/Release/validation" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/Validation.js (os.osx.x86_64)
"../build/default/validation" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/Validation.js (os.osx.x86_64)
What might be causing this?
It looks like this is just a warning, not a fatal error.
https://github.com/meteor/meteor/issues/6601

Unable to resolve System.EnterpriseServices.Wrapper.dll when using SqlDateTime.MinValue

Whenever I use "System.Data.SqlTypes.SqlDateTime.MinValue.Value" in my xamarin.forms app I am getting the following error while building my IOS App
2>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(700,3): error : Can not resolve reference: /Users/Krishna/Library/Caches/Xamarin/mtbs/builds/Sthotraani.iOS/c0a19cab5e3651bee11740ffa8f7047b/bin/iPhoneSimulator/Debug/System.EnterpriseServices.Wrapper.dll
The moment I remove this the error disappears, could somebody help me find the root cause

Error 'result::failure -9' when porting android app to BlackBerry 10

I am trying to deploy my android app from eclipse on to my blackberry Z10 running 10.0.9.422 and i am unsuccessfull at it.
Here is the actual error that i am receiving.
Failed to deploy project XXXX
Info: Sending request: Install
Info: Action: Install
Info: File size: 8659959
Info: Installing ...
Info: Processing 8659959 bytes
Info: Progress 0%...
Info: Progress 49%...
Info: Progress 50%...
Info: Progress 100%...
actual_dname::com.xxx.xxxx.testEPPwDTJahv0UbAeaecXksgI
actual_id::testEPPwDTJahv0UbAeaecXksgI
actual_version::1.0.3.0
result::failure -9
After this error, I could see the app icon on my Z10, but when i try to access it, it says' Initializing. Please wait...' and the app crashes thereafter.
What does failure -9 indicate and any idea on what's the issue/resolution might be?
Any help is greatly appreciated.
I was able to fix my problem after doing little research and finding the unsupported libraries for my app. I figured out the unsupported libraries using the apkbarVerifier tool.
My app was using com.google.android.maps package. So, I edited the android manifest file to reflect the below line.
<uses-library android:name="com.google.android.maps" android:required="false" />
After this change, even though the 'Verify apk' option from eclipse is showing me the same warnings, I was able to deploy the app to my Z10 and had it to work.
Basically, failure -9 on deployment means that the app contains an unsupported library.

Resources