NitrogenEmulator / Nitrogen

Nitrogen Emulator
123 stars 23 forks source link

iOS SDK 8.1: Doesn't compile correctly #14

Closed boydcase31 closed 9 years ago

boydcase31 commented 9 years ago

When I try to build with Xcode IDE it gives me the error of "clang" not working, and pretty much fails to build in general on Xcode. When I try with the Makefile for my Jailbroken iPhone 5 on iOS 8.1 it also doesn't work. Should I try to use an older version of Xcode to build this?

BrianGilbert commented 9 years ago

I got the following error (yes I did set THEOS_DEVICE_IP):

xcodebuild -configuration Release
=== BUILD TARGET Nitrogen OF PROJECT Nitrogen WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: ad hoc code signing not allowed with SDK 'iOS 8.1'
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'

** BUILD FAILED **

The following build commands failed:
    Check dependencies
(1 failure)
make: *** [install] Error 65
ifonefox commented 9 years ago

Don't you need a provisioning profile and an apple developer account to do an ad hock distribution?

BrianGilbert commented 9 years ago

I do have those.. but may need to do some configuration on my own system for it to be set up properly.