Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mac OS X - PPSSPP Application Bundle Builds
08-28-2014, 02:34 AM
Post: #21
RE: Mac OS X - PPSSPP Application Bundle Builds
(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.
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 - Stanton - 08-28-2014 02:34 AM

Forum Jump: