alfiecg24/TrollInstallerX

Failed when trying to build using Xcode: Invalid instruction mnemonic 'dmb'

bphucc opened this issue · 2 comments

Hi, I know I could build this project using the build.sh script on the same folder, but I really want to try to build using Xcode in order to deploy it on iOS 15.5 Simulator, but it returned an error like this:
Screenshot 2024-04-05 at 12 56 31 AM

Turned out that the asm instruction inside the source files is not recognized. I don't know why this happened:

Screenshot 2024-04-05 at 12 57 13 AM

My platform: macOS Ventura 13.6.6 Hackintosh Intel i7 Dell Latitude 7390. Xcode 15.2 (15c500b), iOS 15.5 simulator.

I’m not sure why this is happening, but you can’t build this for the iOS simulator anyways. It uses libraries that aren’t build for the simulator.

I used Xcode to build an ipa dump for the simulator and it worked, so I think this one also. Anyways thanks for the information. Really wanted to bring TrollStore onto compatible ios simulator to test it out 😃