Alex Kremer
Alex Kremer
I tried both setting it from Xcode prefs as well as using sudo xcode-select --switch on command line. Since yesterday I also tried to install the latest beta xcode with...
Just some more infos about my env: godexsoft@abyss:~/Development/libs/boost-xcode5-iosx$ xcrun --sdk iphoneos --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk godexsoft@abyss:~/Development/libs/boost-xcode5-iosx$ xcrun --sdk iphoneos --show-sdk-platform-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform godexsoft@abyss:~/Development/libs/boost-xcode5-iosx$ godexsoft@abyss:~/Development/libs/boost-xcode5-iosx$ find /Applications/Xcode.app/ -name "iPhoneOS7*" /Applications/Xcode.app//Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk godexsoft@abyss:~/Development/libs/boost-xcode5-iosx$ find /Applications/Xcode.app/ -name...
It looks exactly as it should based on boost.sh: ``` using darwin : 7.0~iphone : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -arch armv7s -arch arm64 -fvisibility=hidden -fvisibility-inlines-hidden -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs : arm...
@mDuo13 @intelliot This is one of the issues we need to solve before 2.0 release. Can you please help answer the questions Cindy had? Thanks
This should be a general note in the errors section of the docs, not just for `noripple_check`. See https://github.com/XRPLF/clio/issues/406 👍
It would be great to have this documented sooner than later as we are prepping for Clio release cut 🙇
~It's not released yet but it's being changed in the next release of clio [from this pr](https://github.com/XRPLF/clio/pull/313/files#diff-42c04feb78d3b31663670d28c68ff999b5ef8585064b3a9f79a5bed24e992e1cR63). Not sure about rippled (cc @ledhed2222)~ Update: merged and released in clio 2.0-rc1
There are a few more other changes that i did not realise: * `nft_sequence` is now `nft_serial` * `uri` is no longer hex decoded * `uri` is no longer `null`...
My bad. was actually referring to the 108x108 @x2 icon.. i was providing 100x100 looking in the wrong place. I now provide 216x216 icon but it still does not appear....
The real question is why is there debug and release sections in the json.build but only either one makes it to BOTH debug/release sections in the xcode project depending on...