iOS Question Error compiling

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I am trying to run my app in debug mode, but when I compile the app it comes up with the following error.

B4i has been running fine until now.

Running B4i version 2.51 on a Mac in a VM.

Using the local mac builder and I can find type in the IP and port (http://192.168.0.2:51041/test) in the web browser and it seem to load the test page fine so I know my Win10 PC (running on the mac in the VM) can access the mac.

Any ideas on what could be wrong ?


B4i version: 2.51
Parsing code. (0.12s)
Compiling code. (0.62s)
Compiling layouts code. (0.04s)
Compiling debugger engine code. (2.13s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Error: 2016-06-26 15:38 xcodebuild[18602] (FSEvents.framework) FSEventStreamStart: ERROR: FSEvents_connect() => (ipc/send) invalid destination port (268435459)
2016-06-26 15:38 xcodebuild[18602] (FSEvents.framework) FSEventStreamInvalidate(): failed assertion 'streamRef != NULL'
2016-06-26 15:38 xcodebuild[18602] (FSEvents.framework) FSEventStreamRelease(): failed assertion 'streamRef != NULL'
2016-06-26 15:38:39.788 xcodebuild[18602:6681310] DVTFilePathFSEvents: Failed to start fs event stream.
Invalid connection: com.apple.coresymbolicationd
2016-06-26 15:38:39.913 xcodebuild[18602:6681315] Metadata.framework [Error]: couldn't get the client port
2016-06-26 15:38:40.053 xcodebuild[18602:6681302] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-9542/DVTFoundation/DeveloperStructure/DVTDeveloperPaths.m:660
Details: Failed to get length of DARWIN_USER_CACHE_DIR from confstr(3), error = Error Domain=NSPOSIXErrorDomain Code=5 "Input/output error"
Object: <IDEDeveloperPaths: 0x7fac2bf13820>
Method: -cacheDirectoryWithOptions:
Thread: <NSThread: 0x7fac2bf05920>{number = 1, name = main}
Hints: None
Backtrace:
0 0x00000001087cdc2d -[DVTAssertionHandler handleFailureInMethod:eek:bject:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
1 0x00000001087cd761 _DVTAssertionHandler (in DVTFoundation)
2 0x00000001087cd978 _DVTAssertionFailureHandler (in DVTFoundation)
3 0x000000010863fbbf __47-[DVTDeveloperPaths cacheDirectoryWithOptions:]_block_invoke_2 (in DVTFoundation)
4 0x000000010863f4a3 __47-[DVTDeveloperPaths cacheDirectoryWithOptions:]_block_invoke (in DVTFoundation)
5 0x00007fff938e133f _dispatch_client_callout (in libdispatch.dylib)
6 0x00007fff938e1237 dispatch_once_f (in libdispatch.dylib)
7 0x000000010863f435 -[DVTDeveloperPaths cacheDirectoryWithOptions:] (in DVTFoundation)
8 0x00000001085c564c -[DVTPlugInManager _applicationCachesPath] (in DVTFoundation)
9 0x00000001085c548a -[DVTPlugInManager _plugInCachePath] (in DVTFoundation)
10 0x00000001085c52ae -[DVTPlugInManager _loadPlugInCache:] (in DVTFoundation)
11 0x00000001085c0471 -[DVTPlugInManager _scanForPlugIns:] (in DVTFoundation)
12 0x0000000108db5489 IDEInitialize (in IDEFoundation)
13 0x00000001094d63e1 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
14 0x0000000108596931 (in xcodebuild)
15 0x00007fff9037b5ad start (in libdyld.dylib)
 

aaronk

Well-Known Member
Licensed User
Longtime User
I've sent you a temporary id.
Thanks heaps.. Just tried and it worked with the hosted service.

What version of XCode is the hosted builder using ?

I noticed that there is a new XCode update, so I am downloading that 3GB file, and hoping it will fix the issue.

I have rebooted my VM and Mac but didn't fix the issue. This was working yesterday but now won't compile.
 
Upvote 0
Top