T-Pau / Ready

A Home Computer Emulator for iPad.
Other
57 stars 6 forks source link

Compilation problem #3

Closed aminta closed 5 years ago

aminta commented 5 years ago

Hi, I've got this error compiling the 1.2 version with Xcode 10.2.1 on iPad Air 2 iOS 12.2:

CopyPNGFile /Users/davide/Library/Developer/Xcode/DerivedData/C64-bmhlylyzlknixnfddxbbgnbhaaiq/Build/Products/Release-iphoneos/C64.app/CartridgeDocument.png /Users/dillo/Projects/spiderlab/C64/Document\ Icons/CartridgeDocument.png (in target: C64)
    cd /Users/davide/Downloads/C64-release-1.2
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk
    export TOOLCHAINS=
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/dillo/Projects/spiderlab/C64/Document\ Icons/CartridgeDocument.png /Users/davide/Library/Developer/Xcode/DerivedData/C64-bmhlylyzlknixnfddxbbgnbhaaiq/Build/Products/Release-iphoneos/C64.app/CartridgeDocument.png

error: Build input file cannot be found: '/Users/dillo/Projects/spiderlab/C64/Document Icons/CartridgeDocument.png

Also, trying to install the .ipa with Cydia Impactor results in:

Error

file: installation.cpp; line: 42; what:

Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.cQQ9Zj/extracted/Payload/C64.app : 0xe8008016 (The executable was signed with invalid entitlements.)

By the way, THANKS for your GREAT emulator!!!

dillof commented 5 years ago

Should be fixed in hotfix release 1.2.1. (Xcode somehow recorded the absolute path of the file…)