平成27年9月21日(月曜日)
UpDateによるsimulator動作不具合
XCode preferencaes -> simulator 8.4downloadにより解消!!
HTTPへのアクセスエラー
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file.
対処
Info.plist
「NSAppTransportSecurity」をDictionaryで作成し、「NSAllowsArbitraryLoads」をBoolean型としてtrue(YES)設定
この際に、▼として追加すること、ひとつ下の階層として設定!!
GoogleMaps(GMSCachedTile.o)’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
対処
Build Options –> Enable –> Bitcode No
として、コンパイル通過!!
apple Developer Profiles Device登録
iOS Devicesに新たに登録!!