Since May 1st, all applications must be PIE binarnies and therefore Apple will reject any application using the ANE is its current state.
Please update the ANE, here is the packaging error that can help you fix it:
ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _llvm_unwind from AOTBuildOutput-0.o. To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
ANE disables PIE during AOT packaging.
Since May 1st, all applications must be PIE binarnies and therefore Apple will reject any application using the ANE is its current state.
Please update the ANE, here is the packaging error that can help you fix it:
ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _llvm_unwind from AOTBuildOutput-0.o. To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie