iOS Question (IOException) java.io.IOException: /Users/root/Library/Developer/Xcode/DerivedData is not a folder.

cambol

Active Member
Licensed User
I upgrade to B4i 6.5
B4iBuildServer 6.51
Local MAC 10.15

and get error when I Build B4i-bridge app

B4i Version: 6.50
Parsing code. (0.75s)
Building folders structure. (0.06s)
Compiling code. (0.54s)
Building designer app. (0.02s)
Building Xcode project (0.53s)
Sending data to remote compiler. Error
(IOException) java.io.IOException: /Users/root/Library/Developer/Xcode/DerivedData is not a folder.
 

cambol

Active Member
Licensed User
At this moment , I want try my local mac .

above I have resloved . another error :


B4i Version: 6.50
Parsing code. (0.00s)
Building folders structure. (0.14s)
Compiling code. (0.01s)
Building designer app. (0.04s)
Building Xcode project (0.67s)
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Volumes/Data1/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: RUEI -YAO Wu (MVTS556MKG)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=8b0eab87-69c0-4340-80ec-79c4306c6f49 -arch armv7 -arch arm64

Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Developer: RUEI -YAO Wu (MVTS556MKG)
CONFIGURATION_BUILD_DIR = /Volumes/Data1/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 8b0eab87-69c0-4340-80ec-79c4306c6f49

note: Using new build system
note: Planning build
note: Constructing build description
error: "B4iProject" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **

I had my provision file :
B4X:
#Region  Project Attributes 
    #ApplicationLabel: B4i Example
    #Version: 1.0.0 
    'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
    #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
    #iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
    #Target: iPhone, iPad
    #MinVersion: 8
    #CertificateFile: ios_development.cer
    #ProvisionFile: b4idev.mobileprovision
 
Last edited:
Upvote 0
Top