horizontalsystems / unstoppable-wallet-ios

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.
https://unstoppable.money
MIT License
658 stars 240 forks source link

Macbook M1 Problem #5576

Open stavigor opened 6 months ago

stavigor commented 6 months ago

Build v0.37 not running on macbook M1. Problem with TonKitMmm framework (unable to run on arm64). Sonoma 14.2.1, Xcode 15.2

ealymbaev commented 6 months ago

Build v0.37 not running on macbook M1. Problem with TonKitMmm framework (unable to run on arm64). Sonoma 14.2.1, Xcode 15.2

Could you please provide the error messages that you are getting?

Are you running on device or simulator?

stavigor commented 6 months ago

The problem is only in the simulator.

Снимок экрана 2024-02-22 в 16 23 42

gades commented 5 months ago

Build v0.37 not running on macbook M1. Problem with TonKitMmm framework (unable to run on arm64). Sonoma 14.2.1, Xcode 15.2

Could you please provide the error messages that you are getting?

Are you running on device or simulator?

Yes, there're missing files for ARM-simulator

looks like need io_arm64-simulator

stavigor commented 5 months ago

Build v0.37 not running on macbook M1. Problem with TonKitMmm framework (unable to run on arm64). Sonoma 14.2.1, Xcode 15.2

Could you please provide the error messages that you are getting? Are you running on device or simulator?

Yes, there're missing files for ARM-simulator

  • ios-arm64
  • ios-x86_64-simulator

looks like need io_arm64-simulator

Yes, you are right. there are only these files.

Снимок экрана 2024-03-19 в 12 16 15

I tried to copy ios-arm64 under the name ios-arm64-simulator, and added it to the info.plist. but it didn't help me