Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mac OS X - PPSSPP Application Bundle Builds
08-28-2014, 02:48 AM (This post was last modified: 08-28-2014 03:14 AM by brujo55.)
Post: #22
RE: Mac OS X - PPSSPP Application Bundle Builds
(08-28-2014 02:34 AM)Stanton Wrote:  
(08-28-2014 02:20 AM)brujo55 Wrote:  If you can compile PPSSPP build,i only need the PPSSPP.app. No needed a signed ipa
Drag in phone /Aplications then set recursive permisión 1000/1000
No need to signing for install in iPhone whit jalibreak.

I had to to a quick edit to absolute paths: ./ios/ios.toolchain.cmake
CMAKE_FORCE_C_COMPILER (gcc gcc)
CMAKE_FORCE_CXX_COMPILER (g++ g++)
to
CMAKE_FORCE_C_COMPILER (/usr/bin/gcc gcc)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/g++ g++)

But I'm also in the iOS developer program, so don't know about certificates on compiling, which might be required on XCode.

No idea bro but your compiled app working perfect.

(08-28-2014 01:46 AM)ConsoleEmu Wrote:  
(08-28-2014 01:23 AM)brujo55 Wrote:  Any chance for iPhone build?

I almost got a complete iOS build. It was being fussy about code signing, so Apple might make me buy a Developer's License in order to build PPSSPP for iOS.

Usefull for you.

http://stackoverflow.com/questions/14536...er-license

(08-28-2014 02:34 AM)Stanton Wrote:  
(08-28-2014 02:20 AM)brujo55 Wrote:  If you can compile PPSSPP build,i only need the PPSSPP.app. No needed a signed ipa
Drag in phone /Aplications then set recursive permisión 1000/1000
No need to signing for install in iPhone whit jalibreak.

I had to to a quick edit to absolute paths: ./ios/ios.toolchain.cmake
CMAKE_FORCE_C_COMPILER (gcc gcc)
CMAKE_FORCE_CXX_COMPILER (g++ g++)
to
CMAKE_FORCE_C_COMPILER (/usr/bin/gcc gcc)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/g++ g++)

But I'm also in the iOS developer program, so don't know about certificates on compiling, which might be required on XCode.

Open as an issue on github,maybe unknow,xsacha etc. Have a better solution.
https://github.com/hrydgard/ppsspp/issue...+is%3Aopen
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mac OS X - PPSSPP Application Bundle Builds - brujo55 - 08-28-2014 02:48 AM

Forum Jump: