CodeSign error while compiling
#1
Hi there,
I just got a code sign error when I tried compiling XBMC for my iPad with iOS 6.1.
I don't have any problems with compiling it for my ATV2, but that are 2 different folders on my HDD.

This is the output when trying to run the xcodebuild:
Code:
Yanniks-MacBook-Pro:xbmc-ios yannik$ xcodebuild -project XBMC-IOS.xcodeproj -target XBMC -configuration Release build    ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.1    SDKROOT=iphoneos6.0
Build settings from command line:
    ARCHS = armv7
    IPHONEOS_DEPLOYMENT_TARGET = 4.1
    ONLY_ACTIVE_ARCH = YES
    SDKROOT = iphoneos6.0
    VALID_ARCHS = armv7

=== BUILD NATIVE TARGET XBMC OF PROJECT XBMC-IOS WITH CONFIGURATION Release ===
Check dependencies
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.0'


** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)


Thanks for your help,
Yannik
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply
#2
You need to hack your xcode for beeing able to compile for ios without developer certificate. Search for jailcoder (the site is down you need to find out another source for downloading it somewhere at facebook - google is your friend).
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
Thanks, running now. Smile
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply

Logout Mark Read Team Forum Stats Members Help
CodeSign error while compiling0