Monday, July 18, 2022

Command PhaseScriptExecution failed with a nonzero exit code - RN

 When I was setting the RN for iOS on my mac, entered into the following issue "Command PhaseScriptExecution failed with a nonzero exit code", tried all the google links and supports. 🤔

Tried various solutions given to cleanup pods, npm, xcode cleanup, etc.. nothing works. 😕

Just noticed the folder name on the top structure of my source file has the space. "Dev Center", i have changed to "DevCenter", now I have cleanup pod reinstalled and tried. All went well and started the React Native app finally.👍

Friday, September 11, 2020

JAMF - Apple Device Management

 

JAMF is like Device Management tool used for Apple Family products.

Admin could control your apps what to use, what to block, monitor whole machine remotely using the software.

Even you are admin user for that Mac, JAMF still controlled with constraints to use default applications. 

Ref:

https://www.jamf.com/

https://community.connection.com/what-is-jamf/

Friday, September 4, 2020

TestFlight Usage

 https://apps.apple.com/us/app/testflight/


Test Flight used for BETA testing of your app before App Store submission.


It will be uploaded from Xcode using the Distribution Profile. It will go Apple review, turn around time will take min 2days for First Version upload, subsequent build no. increase will be auto approved sooner. Any further increase in version will take 2 days for sure.

 (E.g) 1. 0 (1) - 2days

1.0 (3), (4), .. will be quicker

1.1 / 2.0 … will take time for review.


Any uploaded Builds will go auto expire for Build Shared in the Test Flight 90days (as on). But caveat is, those who downloaded and using the build will not break, it will still work without issue. Any new builds posted will give Notifications to the user, but not force to upgrade from TestFlight.


If we are plan to force upgrade, we need to right the logic in the Service on launch and alert the user for upgrade, no other choice with Expiry build with test flight.


Above are experience with my project.

Thursday, March 29, 2018

Backup Your Google stuff

Backup Your Google stuff:

When google come up with storage restriction to 15GB for all our google products to single source of storage, and brought the extra storage for sale, i was stuck and thinking.. 🤔

How to get back all my docs, photos and other stuff, if they block after some time. After searching multiple sites, i got the below links helps us to download what you want or whole.

It has option of select and trigger, google will notify us after done, that is nice thing 👍. We can zip in different size on the request, and will get link to download but will expire after some days. 😊

So, backup it up if more personal..  or buy extra storage 🤑.. 

https://takeout.google.com/settings/takeout

Thursday, October 29, 2015

iMovie tool to edit multiple mov clips

iMovie tools helped me to edit the multiple screen recorded mov file using quicktime player. Later to collage and add audio to mov file easily.


1. Open iMovie
2. Create New Movie
3. Select Import Movie in the left pane or in the tool bar.
4. Select file you want to edit.
5. After import you should see the video on the clip imported to left pane. You cannot edit the video to right side now.
6. Goto left pane. Double click you should see [] Yellow color clip section. You drag what you want to add below pane for (that is not required now). So, just select full clip in the left pane, add click [+] you should see in the yellow selected end brace. 
7. Now all the selected clip will be added below.
8. You should see, to the right side pane also updated with clip you selected. (our case full).
9. To the right pane (new video we selected now), you should see the mic to left side on the video.
10. Click that mic, you should see the record button.

iOS Date and Time format details


Date Format Options are as follows:
Now you want all the string formats that can be used with NSDateFormatter. Here is that
a: AM/PM
A: 0~86399999 (Millisecond of Day)
c/cc: 1~7 (Day of Week)
ccc: Sun/Mon/Tue/Wed/Thu/Fri/Sat
cccc: Sunday/Monday/Tuesday/Wednesday/Thursday/Friday/Saturday
d: 1~31 (0 padded Day of Month)
D: 1~366 (0 padded Day of Year)
e: 1~7 (0 padded Day of Week)
E~EEE: Sun/Mon/Tue/Wed/Thu/Fri/Sat
EEEE: Sunday/Monday/Tuesday/Wednesday/Thursday/Friday/Saturday
F: 1~5 (0 padded Week of Month, first day of week = Monday)
g: Julian Day Number (number of days since 4713 BC January 1)
G~GGG: BC/AD (Era Designator Abbreviated)
GGGG: Before Christ/Anno Domini
h: 1~12 (0 padded Hour (12hr))
H: 0~23 (0 padded Hour (24hr))
k: 1~24 (0 padded Hour (24hr)
K: 0~11 (0 padded Hour (12hr))
L/LL: 1~12 (0 padded Month)
LLL: Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec
LLLL: January/February/March/April/May/June/July/August/September/October/November/December
m: 0~59 (0 padded Minute)
M/MM: 1~12 (0 padded Month)
MMM: Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec
MMMM: January/February/March/April/May/June/July/August/September/October/November/December
q/qq: 1~4 (0 padded Quarter)
qqq: Q1/Q2/Q3/Q4
qqqq: 1st quarter/2nd quarter/3rd quarter/4th quarter
Q/QQ: 1~4 (0 padded Quarter)
QQQ: Q1/Q2/Q3/Q4
QQQQ: 1st quarter/2nd quarter/3rd quarter/4th quarter
s: 0~59 (0 padded Second)
S: (rounded Sub-Second)
u: (0 padded Year)
v~vvv: (General GMT Timezone Abbreviation)
vvvv: (General GMT Timezone Name)
w: 1~53 (0 padded Week of Year, 1st day of week = Sunday, NB: 1st week of year starts from the last Sunday of last year)
W: 1~5 (0 padded Week of Month, 1st day of week = Sunday)
y/yyyy: (Full Year)
yy/yyy: (2 Digits Year)
Y/YYYY: (Full Year, starting from the Sunday of the 1st week of year)
YY/YYY: (2 Digits Year, starting from the Sunday of the 1st week of year)
z~zzz: (Specific GMT Timezone Abbreviation)
zzzz: (Specific GMT Timezone Name)

Z: +0000 (RFC 822 Timezone)

Saturday, August 16, 2014

CD got stuck not ejecting out from my MAC

I got the CD from the Library for my kid, and tried to play in my mac machine. Boom, it is not recognized by the mac and got stuck. Tried restarting the machine, nothing works. Finally, got into the Applications > Utility > Disk Utility. CD got ejected automatically.

Credit:
http://www.mactricksandtips.com/2009/01/ejecting-dvds-cds-from-your-mac.html