Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to build for iOS
09-13-2013, 10:55 PM (This post was last modified: 09-13-2013 11:08 PM by bsauvage.)
Post: #19
RE: How to build for iOS
(09-13-2013 05:21 PM)jtraynham Wrote:  
(09-13-2013 01:46 PM)bsauvage Wrote:  yes I did and it returns the wrong (old) version:
v0.9.1-129-gb07a31f

Okay, are you downloading from a fork of ppsspp, or are you downloading directly from the main ppsspp repository? You do not need to fork the main ppsspp repository unless you plan on actually making changes to the code and submitting them. I'm going to assume you are downloading a fork and so the git describe command is getting the git version from your repository, which is probably not up to date. If this is the case, I would simply delete everything you have and clone the main ppsspp repository.

If however you are making changes, or planning on making changes to the source, then perhaps you simply need to do a git rebase as described here:

https://github.com/hrydgard/ppsspp/wiki/...up-to-date

HTH

yes that was it!

So to be clear: replace the git submodule --update by the commands listed in the rebase. Then rum cmake.

Alternatively, if i want to simply download from the main repository, how would I change the procedure in the below link ?
https://github.com/hrydgard/ppsspp/tree/master/ios

and finally it now gives me an error at the end: A system application with the given bundle identifier is already installed on the device and cannot be replaced.
-> how can I change the identifier/name/whatever, so that this is ot recognized like angelxwind's build but a separate app ? (first time I face this...)
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: