Giter Site home page Giter Site logo

Comments (4)

srikris avatar srikris commented on July 20, 2024

Are you trying to build turicreate from source? If so, then you should try out instructions from here.

from turicreate.

falu2010 avatar falu2010 commented on July 20, 2024

I tried to build from source by following instructions mentioned in above link. There is build failure on OSX 10.12.6:

$make -j 4
.......
eferenced from: /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
Reason: image not found, NSBundlePath=/Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework, NSLocalizedDescription=The bundle “IDEInterfaceBuilderCocoaTouchIntegration” couldn’t be loaded because it is damaged or missing necessary resources.}}}
2017-12-13 22:13:42.982 ibtoold[16590:1351046] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error getting value for parameter key 'class' of extension 'Xcode.InterfaceBuilderKit.PepperIntegration.ConfigurationList' in plug-in 'com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration''
*** First throw call stack:
(
0 CoreFoundation 0x00007fff7f09c2cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff93eb248d objc_exception_throw + 48
2 DVTFoundation 0x000000010648352d -[DVTExtensionParameter valueForKey:error:] + 0
3 Foundation 0x00007fff80a4e78c -[NSArray(NSKeyValueCoding) valueForKey:] + 467
4 Foundation 0x00007fff80a4a859 -[NSArray(NSKeyValueCoding) valueForKeyPath:] + 448
5 Foundation 0x00007fff80a4a64a -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 260
6 IDEInterfaceBuilderKit 0x0000000105ad70b6 -[IBPlatform matchesExtension:] + 50
7 IDEInterfaceBuilderKit 0x0000000105ad726c __42-[IBPlatform extensionsForExtensionPoint:]_block_invoke + 27
8 IBFoundation 0x0000000106ac4be9 -[NSSet(IBSetAdditions) ib_setByFilteringUsingBlock:] + 258
9 IDEInterfaceBuilderKit 0x0000000105ad7223 -[IBPlatform extensionsForExtensionPoint:] + 218
10 IDEInterfaceBuilderKit 0x0000000105ad632f -[IBPlatform registerMemberConfigurationVariables] + 166
11 IDEInterfaceBuilderKit 0x0000000105c11e61 -[IBScopedSingletonRegistry init] + 1350
12 IDEInterfaceBuilderKit 0x0000000105c11901 __43+[IBScopedSingletonRegistry sharedInstance]_block_invoke + 41
13 libdispatch.dylib 0x00007fff947628fc _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff947628b9 dispatch_once_f + 38
15 IDEInterfaceBuilderKit 0x0000000105c118d5 +[IBScopedSingletonRegistry sharedInstance] + 45
16 IDEInterfaceBuilderKit 0x0000000105a28d05 -[IBInterfaceBuilderPlugin init] + 146
17 IDEInterfaceBuilderKit 0x0000000105a28c59 +[IBInterfaceBuilderPlugin ide_initializeWithOptions:error:] + 34
18 IDEFoundation 0x0000000106dabf42 _IDEInitializeOnePlugInAndPrerequisites + 2324
19 IDEFoundation 0x0000000106dab849 _IDEInitializeOnePlugInAndPrerequisites + 539
20 IDEFoundation 0x0000000106dab849 _IDEInitializeOnePlugInAndPrerequisites + 539
21 IDEFoundation 0x0000000106da9f3e _IDEInitializePlugIns + 1604
22 IDEFoundation 0x0000000106da92f5 IDEInitialize + 8547
23 ibtoold 0x0000000105720170 ibtoold + 74096
24 ibtoold 0x000000010571f2eb ibtoold + 70379
25 libdyld.dylib 0x00007fff94798235 start + 1
26 ??? 0x000000000000001d 0x0 + 29
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Command /Applications/Xcode.app/Contents/Developer/usr/bin/actool failed with exit code 6

** BUILD FAILED **

The following build commands failed:
CompileStoryboard Turi\ Create\ Visualization/Base.lproj/Main.storyboard
CompileAssetCatalog /Users/falgunijhaveri/workspace/turicreate/debug/src/visualization/Debug/Turi\ Create\ Visualization.app/Contents/Resources Turi\ Create\ Visualization/Assets.xcassets
(2 failures)
make[2]: *** [src/visualization/CMakeFiles/visualization_client] Error 65
make[1]: *** [src/visualization/CMakeFiles/visualization_client.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 49%] Linking CXX static library libflexible_type.a
[ 49%] Built target flexible_type
make: *** [all] Error 2

from turicreate.

znation avatar znation commented on July 20, 2024

@falu2010 What version of macOS are you running? What version of Xcode do you have installed? We have only tried building latest master on macOS 10.12 and 10.13 with Xcode 9; other versions may or may not work. If you can provide specific versions that don't work, we can try them out.

from turicreate.

znation avatar znation commented on July 20, 2024

Closing; unable to reproduce this issue.

from turicreate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.