Skip to content

Instantly share code, notes, and snippets.

View stopiccot's full-sized avatar

Alexey Petruchik stopiccot

  • Barcelona
View GitHub Profile
NO_BUILD=1 DEVICE=1 DEVICE_ENDPOINT=http://192.168.2.112:37265 BUNDLE_ID=com.fisikal.member.trxshop DEVICE_TARGET=31ab75660bb4288c0dc62b904731b5be9d43f6a3 IOS_DEVICE_NAME=31ab75660bb4288c0dc62b904731b5be9d43f6a3 bundle exec cucumber -p Member.iOS.TRXShop ../Fisikal-apps/Member/iOS/TRXShop/features/
10-27 14:42:20.821 E/AndroidRuntime(11355): FATAL EXCEPTION: main
10-27 14:42:20.821 E/AndroidRuntime(11355): java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
10-27 14:42:20.821 E/AndroidRuntime(11355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
10-27 14:42:20.821 E/AndroidRuntime(11355): at dalvik.system.NativeStart.main(Native Method)
10-27 14:42:20.821 E/AndroidRuntime(11355): Caused by: java.lang.reflect.InvocationTargetException
10-27 14:42:20.821 E/AndroidRuntime(11355): at java.lang.reflect.Method.invokeNative(Native Method)
10-27 14:42:20.821 E/AndroidRuntime(11355): at java.lang.reflect.Method.invoke(Method.java:525)
10-27 14:42:20.821 E/AndroidRuntime(11355): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
10-27 14:42:20.821 E/AndroidRuntime(11355): ... 2 more
10-27 14:42:20.821 E/AndroidRuntime(11355): Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NullReferenceException: Object referen
10-30 13:37:42.313 E/AndroidRuntime( 5590): FATAL EXCEPTION: main
10-30 13:37:42.313 E/AndroidRuntime( 5590): java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
10-30 13:37:42.313 E/AndroidRuntime( 5590): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
10-30 13:37:42.313 E/AndroidRuntime( 5590): at dalvik.system.NativeStart.main(Native Method)
10-30 13:37:42.313 E/AndroidRuntime( 5590): Caused by: java.lang.reflect.InvocationTargetException
10-30 13:37:42.313 E/AndroidRuntime( 5590): at java.lang.reflect.Method.invokeNative(Native Method)
10-30 13:37:42.313 E/AndroidRuntime( 5590): at java.lang.reflect.Method.invoke(Method.java:525)
10-30 13:37:42.313 E/AndroidRuntime( 5590): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
10-30 13:37:42.313 E/AndroidRuntime( 5590): ... 2 more
10-30 13:37:42.313 E/AndroidRuntime( 5590): Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NullReferenceException: Object referen
CUCUMBER_PROFILE=Member.Rush.iOS foreman start -f Procfile.test
#!/bin/bash -l
export SOLUTION_DIR=../Member-apps-freestyle
rake build:full_clean
rake build:restore_dependencies
cd /Users/Shared/Jenkins/code/fisikal2 && bundle exec cucumber -p Member.Fisikal.iOS ../Member-apps-freestyle/Member/Fisikal/Portable/features/announcements -f pretty -f json -o ../Member-apps-freestyle/cucumber.json
/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support/altool --upload-app --file ~/code/fisikal/Member-apps/Member/Fisikal/iOS/bin/iPhone/Release/Member.Fisikal.iOS\ 2016-08-22\ 19-48-29/Member.Fisikal.iOS.ipa -u alexey.petruchik@gmail.com -p "@keychain:Application Loader: alexey.petruchik@gmail.com"
xcodebuild archive -project Unity-iPhone.xcodeproj/ -scheme "Unity-iPhone" -archivePath ~/ololo.xcarchive
xcodebuild -exportArchive -archivePath ~/ololo.xcarchive -exportPath ololo -exportFormat ipa
alexeys-mbp:Member-apps stopiccot$ /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build -t:Build -c:Release\|iPhone -p:Member.Fisikal.iOS Member-apps.sln
Xamarin Studio Build Tool
FATAL ERROR [2016-08-29 18:39:25Z]: System.AggregateException: One or more errors occurred. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
at MonoDevelop.Ide.IdeApp.add_FocusIn (System.EventHandler value) [0x00000] in /Users/builder/data/lanes/3541/a6f7a24a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:89
at MonoDevelop.Debugger.Soft.Unity.UnityProjectServiceExtension..ctor () <0x10c2b1720 + 0x00101> in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Obje
/usr/bin/java -Dfile.encoding=UTF-8 -XX:PermSize=256m -XX:MaxPermSize=512m -Xms256m -Xmx512m -Djava.io.tmpdir=/Users/Shared/Jenkins/tmp -jar /Applications/Jenkins/jenkins.war --httpPort=8080
+#!/bin/bash
#
# Startup script used by Jenkins launchd job.
# Mac OS X launchd process calls this script to customize
# the java process command line used to run Jenkins.
#
# Customizable parameters are found in
# /Library/Preferences/org.jenkins-ci.plist
#
# You can manipulate it using the "defaults" utility.