iOS Question Compiler Problem

RichardN

Well-Known Member
Licensed User
Longtime User
I am currently working at a temporary location and I am now getting 100% failure on compile:

Debug build...
Parsing code. 0.00
Compiling code. 0.16
Compiling layouts code. 0.05
Compiling debugger engine code. 1.31
Building Xcode project 0.02
Sending data to remote compiler. Error
Invalid token.

Build release app.....
Parsing code. 0.02
Compiling code. 0.09
Compiling layouts code. 0.02
Building Xcode project 0.03
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects//Payload
OTHER_CODE_SIGN_FLAGS = --keychain
PRODUCT_NAME = XXXX xxxxx
PROVISIONING_PROFILE = dbac2878-bcaa-42b0-bced-0915a508ccd0

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

Currently unable to debug or deploy this app at all.
 
Last edited by a moderator:

RichardN

Well-Known Member
Licensed User
Longtime User
I tried several restarts. The complier seems to return 'invalid token' unpredictably on debug-compile.

Could this possibly be a network/port issue at my temporary location ?
 
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
This has been solved.

A local router set to permit most, but evidently not all p2p activity was responsible.
 
Upvote 0
Top