Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to build for iOS - bsauvage - 08-26-2013, 01:55 PM
RE: How to build for iOS - [Unknown] - 08-26-2013, 02:11 PM
RE: How to build for iOS - bsauvage - 08-26-2013, 10:07 PM
RE: How to build for iOS - bsauvage - 08-27-2013, 03:52 AM
RE: How to build for iOS - bsauvage - 08-27-2013, 11:23 AM
RE: How to build for iOS - jtraynham - 08-27-2013, 12:16 PM
RE: How to build for iOS - bsauvage - 08-27-2013, 10:07 PM
RE: How to build for iOS - jtraynham - 08-27-2013, 10:46 PM
RE: How to build for iOS - bsauvage - 08-28-2013, 11:10 AM
RE: How to build for iOS - bsauvage - 08-28-2013, 08:50 PM
RE: How to build for iOS - jtraynham - 08-29-2013, 09:35 PM
RE: How to build for iOS - bsauvage - 08-29-2013, 09:51 PM
RE: How to build for iOS - bsauvage - 09-05-2013, 01:58 PM
RE: How to build for iOS - jtraynham - 09-05-2013, 06:42 PM
RE: How to build for iOS - bsauvage - 09-13-2013, 01:04 PM
RE: How to build for iOS - jtraynham - 09-13-2013, 01:25 PM
RE: How to build for iOS - bsauvage - 09-13-2013, 01:46 PM
RE: How to build for iOS - jtraynham - 09-13-2013, 05:21 PM
RE: How to build for iOS - bsauvage - 09-13-2013, 10:55 PM
RE: How to build for iOS - pandy - 10-11-2013, 02:26 AM
RE: How to build for iOS - bsauvage - 02-02-2014, 05:32 AM
RE: How to build for iOS - kaienfr - 02-24-2014 12:04 AM
RE: How to build for iOS - [Unknown] - 05-23-2016, 04:16 PM
RE: How to build for iOS - AlHego - 05-23-2016, 09:33 PM

Forum Jump: