Category: iOS

vvosc + swift

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/  

Continue readingvvosc + swift

【iOS】LocationManagerのevent handler

LocationManagerでGPSを使う。 plistに下記のkeyを追加する。 NSLocationWhenInUseUsageDescription – (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation { ・・・ }