iPhone Software Development
Saturday, July 7, 2018

How to make a bootable macOS installer on USB in macOS Mojave

›
To create a bootable installer of the macOS on USB drive is useful to repair filesystem when another mac is not bootable. Step 1: A 12GB F...
Friday, June 29, 2018

How to install CocoaPods for macOS 10.14 beta

›
shell script     Select all # update gem sudo gem update --system # Operation not permitted error # yes do it twice sudo gem update --sys...
Sunday, June 17, 2018

How to install turicreate on macOS 10.14 beta

›
Install turicreate on macOS 10.14 beta 1 shell script     Select all # upgrade pip # curl https://bootstrap.pypa.io/get-pip.py | sudo pyt...
Saturday, June 9, 2018

Playground examples for XCode 10 Beta 1

›
Playground Support for iOS12 and Swift 4.2 iOS.playground     Select all import UIKit import PlaygroundSupport //: **Markup** //: ### Def...
Tuesday, July 4, 2017

How to fetch WWDC 2017/2018/2019 Video Subtitle to SRT format

›
Create and Run this script wwdc_fetch_srt.sh to fetch WWDC2019 subtitle Reference : https://github.com/wsvn53/wwdc2016-subtitles wwdc_fe...
Wednesday, June 7, 2017

How to train dataset in python and convert to CoreML model for iOS11

›
Reference http://machinelearningmastery.com/machine-learning-in-python-step-by-step/ Environment : macOS 10.12.4 matplotlib==2.0.0 numpy...
Monday, November 28, 2016

How to build c++ libraries (boost & QuantLib) for iOS XCode 8/9

›
It is possible to skip the armv7, armv7s and i386 architectures if these binaries are not required. Just modify the relevant part of the sc...
‹
›
Home
View web version
Powered by Blogger.