Closed boydcase31 closed 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
Don't you need a provisioning profile and an apple developer account to do an ad hock distribution?
I do have those.. but may need to do some configuration on my own system for it to be set up properly.
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?