【iOS】XCode 9.2 アプリアップロードができない。
Product > Archive > export でxxx.ipaを作成する。 iTunes Connectから、Apploader 3.0をダウンロードして、転送する。 XCode9.2のApploaderだと失敗する。
Product > Archive > export でxxx.ipaを作成する。 iTunes Connectから、Apploader 3.0をダウンロードして、転送する。 XCode9.2のApploaderだと失敗する。
Xcodeをバージョンアップしたときに、Realmのビルドしたバージョンとの違いが問題になる。 Module compiled with Swift 4.0 cannot be imported in Swift 4.0.3: git clone https://github.com/realm/realm-cocoa git submodule update –init –recursive build.sh
https://qiita.com/fromage-blanc/items/d480f2a45f0f60474531
//行間 let textStyle = NSMutableParagraphStyle() textStyle.lineSpacing = LINE_H
ViewControllerを背景透過してかぶせる。 ViewContorollerのViewの背景を透過し、Viewを追加する。 このViewの背景は例えば黒70%とかにする。 Presentationに、Over Current Contextを設定する。
vvosc-ios https://github.com/markcerqueira/vvosc-ios ・TARGETS > Build Setting > Architectures > Architectures $(ARCHS_STANDARD_32_BIT) -> $(ARCHS_STANDARD) へ変更。 ・ios simulatorと、ios deviceでそれぞれビルド。 ・cd ~/Library/Developer/Xcode/DerivedData/VVOSC-xxxxxxxxx/Build/Product/
oscpack oscpack download: https://code.google.com/archive/p/oscpack/downloads
Navigation ControllerにScroll ViewをのせるとStory Boardの表示と実際の表示がずれる。 ・View Controllerの「Adjust Scroll inset」のチェックを外す。
https://realm.io/jp/docs/swift/latest/
・Viewを重ねる方法 ・OFのViewの背景を透過する。 ofxiOSSetGLViewTransparent(true); main.m #include “ofMain.h” #include “ofApp.h” int main(){ ofAppiOSWindow * window = new ofAppiOSWindow(); window->enableRetina(); ofSetupOpenGL(ofPtr<ofAppBaseWindow>(window),
LocationManagerでGPSを使う。 plistに下記のkeyを追加する。 NSLocationWhenInUseUsageDescription – (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation { ・・・ }
[ofxiPhoneGetGLView() addSubview: cameraView];
main.mmに下記を追加する。 int main(){ ofAppiPhoneWindow * iOSWindow = newofAppiPhoneWindow(); iOSWindow->enableDepthBuffer(); ofSetupOpenGL(iOSWindow,
stop indexing for XCode. ・turn off indexing defaults write com.apple.dt.XCode IDEIndexDisable 1 ・turn on indexing defaults write com.apple.dt.XCode IDEIndexDisable 0
平均律/純正律を聞き比べる事が出来るアプリ「WAON」が公開されました。 App Storeよりダウンロードができます。 https://itunes.apple.com/us/app/waon/id765295540
iPadアプリWAON(わおん)を近日ローンチ予定 です。