Ronald Goedeke
Ronald Goedeke
> This can't be correct - you change the G2Element to use the G1Element generator? Yes indeed its wrong was supposed to update the G1Element to use the G1Element generator....
[Location](https://github.com/Chia-Network/bls-signatures/blob/main/js-bindings/blsjs.d.ts#L44) in the generated types as seen here.
Having the same problem, tried following some other advice about putting the providers into their own files/wrappers which sadly didn't fix the problem either. Same issue when running it on...
Same here, using version 3.3.2: Xcode 16.0 Build version 16A242d
Removing -fembed-bitcode fixed the issue for me.
> Thanks @BubbleTrouble14, can you submit a PR or list which edits you made to the script? I actually tried looking further into the problem and it seems to be...
Yes it fixed the build issue for tvOS. But i now get an error for armv7 iPhoneOS: ``` /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -Iinclude -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk" -fno-common -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -miphoneos-version-min=8.0 -O3...
@jasonacox Yes compiles now for me.
@jasonacox Sorry for the late reply. Thx for the fix and help.
Hi there. Any news on this topic ?