Hello, I’m following the instructions to build from source for the iOS project. I’m taking notes on what is out of date and needs to be updated.
I’m stuck and could use some help building the alljoyn_darwin.xcodeproj One thing that is new with the newer versions of XCode, is it doesn’t automatically inherit the environment variables of the system because it defaults to using a sanitized build environment. Overriding this behavior in XCode via “>defaults write com.apple.dt.Xcode UseSanitizedBuildSystemEnvironment -bool NO” will give me intermittent results. This is why it doesn’t find a lot of variables that it needs (for example OPENSSL_ROOT, and JAVA_HOME). I was able to add these in as custom user-defined variables. Now I’m stuck needing the variables below – does anyone know what they should be set to? CLASSPATH is not defined Must specify either GECKO_BASE or CORDOVA_BASE build variable Lastly, I need info on how to compile alljoyn with LOCAL_ENDPOINT_MAXALARMS=0 define set for iOS. Any help is appreciated. -Jeff Reference stackoverflow article: http://stackoverflow.com/questions/23845102/scons-invocation-error-building-alljoyn-for-ios _______________________________________________ Allseen-core mailing list [email protected] https://lists.allseenalliance.org/mailman/listinfo/allseen-core
