For XCode 15 and earlier versions, the mini program crashes on iOS 12 and later versions
Add `-Wl,-ld_classic` to the project's compilation options.
Xcode15 compiles a new project and introduces the pod library with the error Sandbox: rsync.sanba deny(1) file-write-create xxx
Solution: Build Settings search for sandbox, change User Script Sandboxing in Build Options to NO.
Apple M-Series Chip PC Emulator runs abnormally
The current version of the TCMPP SDK needs to be run through Rosetta for running on M-Series chip PC emulators.
Before xcode14:
We can right click xcode->show profile->check open with Rosetta, so it is running on the emulator.
After xcode14:
xcode Open Project > Product > Destination > Destination Architectures and you can choose which mode of simulator to open it with.
We will choose the emulator ending with (Rosetta).
Was this page helpful?