mobile - ld: library not found for -lgcc_s.1 when creating AIR iOS package with native extension -
i'm trying create air native extension ios, when seek create bundle deploy device, i'm getting next error:
ld: library not found -lgcc_s.1 compilation failed while executing : ld64
its working when seek create app simulator. i've tried many combinations of adding libgcc_s.1 platform.xml file, creating bundle ios, creating fat binary both simulator , phone, etc.
i'm not sure why needs libgcc_s.1 bundle since i'm not referencing in extension. tried adding manually "link binary libraries" list in xcode, , @ point won't build, telling me libgcc_s.1.dylib doesn't exist on system.
do other people have lib on system? know why it's beingness added if didn't inquire it?
i solved after days of searching , testing. remove -platformsdk alternative when packaging device.
ios mobile air air-native-extension libgcc
No comments:
Post a Comment