iOS Question Using emulator / universal binaries

marcel

Active Member
Licensed User
Longtime User
Hi,

Is the reason why we cannot use the emulator that the compile compiles the code to ARM format and that the emulator runs on i386 code?

If so would it not be an idea to use universal binaries?
 

marcel

Active Member
Licensed User
Longtime User
Hi,

Is the reason why we cannot use the emulator that the compile compiles the code to ARM format and that the emulator runs on i386 code?

If so would it not be an idea to use universal binaries?
Sorry wrong group should be in b4i but i cannot change it.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Is the reason why we cannot use the emulator that the compile compiles the code to ARM format and that the emulator runs on i386 code?
It is more than this. The current deployment system doesn't work with emulators. Support for emulators (which only run on Mac computers) will probably be added in the future.
 
Upvote 0
Top