ラベル [en]iOS の投稿を表示しています。 すべての投稿を表示
ラベル [en]iOS の投稿を表示しています。 すべての投稿を表示

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 call Objective-C method from C++

I know the way of calling Objective-C method from C++ file without connecting file for them. Check this below and you will notice how easy i...

Improves build time using Xcode.

Improves build time using Xcode.
Do you still wait so long for building on Xcode? What should I do? Change the setting like this below. TARGETS -> Build Settings -...

Crashed cocos2d 2.1 on Xcode 7.3

cocos2d 2.1with Xcode 7.3 means getting crash! Environment cocos2d for iPhone 2.1 Xcode 7.3 What's happened. Build app with coc...

How to make static library for Cocos2d-x

How to make static library for Cocos2d-x
You will easily notice building for Cocos2d-x is so slow. If you use static library for that, the building time will be much faster. Envi...

Error just after installed Cocos2d-x

Installing Cocos2d-x is done, and run any project and then... what the hell is that! Environment Xcode 7.3 Cocos2d-x 3.10 (Without And...

Installation Cocos2d-x on mac

I installed just cocos2d-x 3.10 on OS X. It's simple. 1. Download Cocos2d-x Here you go. http://www.cocos2d-x.org/download You ca...

Link Maker for iOS apps

If you want making an link icon for iOS apps, use this useful web site. https://linkmaker.itunes.apple.com/en-us/

Failed http connection in iOS 9

Failed http connection in iOS 9
In iOS apps, http connection is always fail from iOS 9, because of the access server does not contain App Transport Security(ATS). What...

Warning about supportedInterfaceOrientations

Your iOS project might get warning supportedInterfaceOrientations on Xcode 7.0. The cause is just building for iOS 9. Conflicting return ...

Getting an error when app upload

Getting an error when app upload
I got an error when my app uploaded to App Store. What's up Xcode. Xcode was 7.3 then. When I start Upload to App Store from Xcode, ...