You can see from the error message that i386 means that the current simulator is not supported when this SDK is packaged. You can use the terminal command to check whether lipo -info shareSDK.o supports armv7 and arm64. If it does, don’t worry. The real machine will be fine.
You can see from the error message that i386 means that the current simulator is not supported when this SDK is packaged. You can use the terminal command to check whether lipo -info shareSDK.o supports armv7 and arm64. If it does, don’t worry. The real machine will be fine.