iOS Question local mac builder error

jazzzzzzz

Active Member
Licensed User
Longtime User
My hosted mac building is working perfeclty but when I tried local mac i got this error...any idea?

B4X:
B4i version: 2.80 BETA #1
Parsing code.    (0.02s)
Compiling code.    (0.05s)
Compiling layouts code.    (0.00s)
Compiling debugger engine code.    (3.08s)
Building Xcode project    (0.02s)
Sending data to remote compiler.    Error
Out: === CLEAN TARGET B4iProject OF PROJECT B4iProject WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies
[BEROR]CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.3'

Create product structure
/bin/mkdir -p /Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/build/Release-iphoneos/B4iProject.app
error: Unable to create directory: /Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/build/Release-iphoneos/B4iProject.app (Permission denied)


Error: 2016-07-16 17:30:39.669 xcodebuild[1774:43789] couldn't read dependency graph from '/Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/dgph': Permission denied
2016-07-16 17:30:39.672 xcodebuild[1774:43789] unable to create temporary file at /Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/dgph-e2vWulHA: Permission denied
2016-07-16 17:30:39.673 xcodebuild[1774:43789]  DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-10150/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/BuildSystem/DependencyGraph/XCDependencyGraph.mm:688
Details:  unable to write dependency graph: Permission denied
Object:   <XCDependencyGraph>
Method:   +loadOrCreateInBuildDirectory:withTargetBuildContext:withBasePath:
Thread:   <NSThread: 0x7ff9d8659840>{number = 6, name = (null)}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** CLEAN FAILED **


The following build commands failed:
    Create product structure
(1 failure)
2016-07-16 17:30:39.803 xcodebuild[1774:43788] couldn't read dependency graph from '/Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/dgph': Permission denied

then i tried starting server by sudo command and now it gives this error

B4X:
B4i version: 2.80 BETA #1
Parsing code.    (0.02s)
Compiling code.    (0.05s)
Compiling layouts code.    (0.00s)
Compiling debugger engine code.    (3.24s)
Building Xcode project    (0.02s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = armv7
    CODE_SIGN_IDENTITY = iPhone
    CONFIGURATION_BUILD_DIR = /Users/neeraj/.Trash/macserver28/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = B4i Example
    PROVISIONING_PROFILE = fada0721-3f40-4d3c-8711-f2023634242d

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “fada0721-3f40-4d3c-8711-f2023634242d”, however, no such provisioning profile was found.


Error: ** BUILD FAILED **


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

jazzzzzzz

Active Member
Licensed User
Longtime User
No.

Not sure that I understand.

Watch this video ,I installed by this procedure.In description we have disk image to download and install in vmware.
If you have some free time please try it.(more recent version of el capitan is available at his videos)
 
Upvote 0
Top