token-core icon indicating copy to clipboard operation
token-core copied to clipboard

iOS example build 不成功

Open SenorSamuel opened this issue 2 years ago • 0 comments

"How to build"里面没有更新

Run tools/ios-token-v2-build.sh. Set the right DIR in tools/ios-token-v2-build.sh. After running this shell, the lib files will be compiled and copied to the directory you set before.

已经没有这个脚本了

现在是: ios-framework-build.sh ios-example-build.sh 这两个,请问应该怎么编译?

error[E0463]: can't find crate for `core`
  |
  = note: the `aarch64-apple-ios` target may not be installed

error: aborting due to previous error

For more information about this error, try `rustc --explain E0463`.
error[E0463]: can't find crate for `core`
  |
  = note: the `aarch64-apple-ios` target may not be installed

error: aborting due to previous error

For more information about this error, try `rustc --explain E0463`.
error[E0463]: can't find crate for `std`
  |
  = note: the `aarch64-apple-ios` target may not be installed

error: aborting due to previous error

SenorSamuel avatar May 25 '22 10:05 SenorSamuel