ずっと渋っていたのですが、GPSや加速度センサーを使用するアプリはiOSシュミレーターでは動かせないので、実機でテストするためにiOS developer programに登録しました。
参考にしたブログはこちら↓
iOS Developer Programへの登録方法
送られてきたメールのコードをクリックしてエラーが出た場合↓
iPhone Developer Program のアクティベーションに失敗と対応
自分もエラーが出たのですがAppleに問い合わせすると、翌日の早朝に返信がきて認証されました。
さて、いよいよ実機でテスト!
OrganizerでMyiPhoneを登録・・・
・・・
できない。。。
なにやらエラーが出ています。
The version of iOS on “iPhone4S” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
無視してアプリを実行してみると今度はこんな文字。
Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination.
どうやら、iPhoneのOSが新しすぎてXcodeで認識できていないようです。
この問題はXcodeをアップデートする事によって解決できます。
詳しく書いてあるブログがありますので紹介。
Xcodeに最新のSDKをインストールする
まぁなぜかわからないですが自分はこれやっても出来ませんでした。
仕方なくXcodeを再インストール。
ここでも一悶着あったのですが、それは別で書くとしましょ・・・↓
Xcode4.3.2へのアップデート注意点
なんとか実機でテストができました。
長かった。。。が、達成感!!ポジティブ!
ご参考までに。
参考にしたブログはこちら↓
iOS Developer Programへの登録方法
送られてきたメールのコードをクリックしてエラーが出た場合↓
iPhone Developer Program のアクティベーションに失敗と対応
自分もエラーが出たのですがAppleに問い合わせすると、翌日の早朝に返信がきて認証されました。
さて、いよいよ実機でテスト!
OrganizerでMyiPhoneを登録・・・
・・・
できない。。。
なにやらエラーが出ています。
The version of iOS on “iPhone4S” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
無視してアプリを実行してみると今度はこんな文字。
Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination.
どうやら、iPhoneのOSが新しすぎてXcodeで認識できていないようです。
この問題はXcodeをアップデートする事によって解決できます。
詳しく書いてあるブログがありますので紹介。
Xcodeに最新のSDKをインストールする
まぁなぜかわからないですが自分はこれやっても出来ませんでした。
仕方なくXcodeを再インストール。
ここでも一悶着あったのですが、それは別で書くとしましょ・・・↓
Xcode4.3.2へのアップデート注意点
なんとか実機でテストができました。
長かった。。。が、達成感!!ポジティブ!
ご参考までに。