アプリアップロード時に “Unexpected Machine Code”

iPhone アプリをアップロードした際に、いつもと違うメールが届きました。 また、当該アプリのバージョンを iTunes Connect で追加する際、ページの上部に「!」マークが表示されていました。 1週間ほど前に同様の作業をした際には、特に問題はありませんでした。 ...

What is “Unexpected Machine Code”?

I got message as the subject from iTunes connect when app was uploaded. Also, I saw strange red exclamation mark without any massages on to...

How to add Genymotion plugin to Android Studio

An emulator on Android Studio is super slow, so I recommend to use Genymotion instead. Open Android Studio Top menu: Android Studio -...

Genymotion を Android Studio から使えるようにするための設定メモ

Android Studio からインストールできるエミュレーターは起動が遅くとても重いので、Genymotion を使えるように設定します。 Android Studio を起動 上メニュー Android Studio -> Preferences を選択 ...

Error for string [Cocos2d-x Android]

Here may be an error blog. Well, this time is so easy. The error log error: 'string' in namespace 'std' does not name a ty...

[Cocos2d-x Android] string を使うとコンパイルでエラー

メッセージ error: 'string' in namespace 'std' does not name a type 対応 下記を該当箇所に追加します。 #include <string> 参考 https:...

[Cocos2d-x Android] Error about to_string.

Using std::to_string() will be getting error! How many times does cocos2d-x take me errors? According to an excellent developer, it's ...

[Cocos2d-x Android] to_string でエラー

Cocos2d-x Android プロジェクトで std::to_string() を使うと、コンパイル時にエラーが出ます。 メッセージ error: 'to_string' was not declared in this scope 対応 ...

Crash on Genymotion emulator

Cocos2d-x app getting crash on Genymotion virtual device. The situation Create Cocos2d-x project as below. cocos new TestingProject -p ...

Genymotion でアプリがクラッシュ

Genymotion で Cocos2d-x アプリを実行すると、クラッシュしました。 状況 Cocos2d-x プロジェクトを新規作成 cocos new TestingProject -p com.TestingProject -l cpp Genymotion...