已经内推啦~
up up up
如果一周内没有收到 HR 联系的话,可能是的...
可惜与优先的人才失之交臂...
如果之后感兴趣的话,可以再试试哦~
最重要的代码能力,英文很好的话在后续工作中肯定会更轻松~
好滴 已经收到,内推啦~
基本不加班的,主要还是看项目,可能多的话一个月两三次吧。
哈哈哈 只要能看书面英文就可以的
Up Up Up 真急招人
可以參考:https://github.com/Carthage/Carthage/issues/3019
I added a file calledtmp.xcconfig to the project and added the excludes:
EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8
EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))
Then I updated my update script file to export XCODE_XCCONFIG_FILE pointing to it like this:
# This export fixes an issues with the latest Xcode beta.
export XCODE_XCCONFIG_FILE=$PWD/tmp.xcconfig
carthage update --platform iOS --no-use-binaries --cache-builds