How to build for iOS
|
02-24-2014, 12:04 AM
Post: #22
|
|||
|
|||
RE: How to build for iOS
Well, I was asked to introduce how to build and debug with xcode 5. In fact, I think it could be easy and not easy. depends on if you have a developper certificate or a hacking method without certificate. I indeed use the later one, but it's not a one word to make it down, and a long story to explain what to do. Anyway, if you still want to know the method, I can give you a tutor as: http://bob-zhangyong.blog.163.com/blog/s...55551277/, but it is written in chinese.
My configuration is almost the same, and fortunately, there are most of figures and easy to understand. I suggest you use google translation to read it first. Once you made xcode down. Build the projet is easy. In brief, 1. In PPSSPP folder, type > ./b.sh --ios 2. Using xcode to open the project in build-ios folder 3. Choose debug mode in xcode on the target PPSSPP if you want debug, set code-signing of the Debug mode to "iPhone Developper", connect to your device, build and debug. If you are missing some libs, for me, it's "stdlib", just add it to your link libs. Good luck! |
|||
« Next Oldest | Next Newest »
|