Hello! Thanks for the awesome starter, it's great to see Noir working on mobile.
I cloned the repo and followed the README steps for ios, but ran into this build error:
Library 'DoubleConversion' not found
My steps:
"git clone"
"npm install"
"npx pod-install"
"opened in Xcode"
"Set provisioning profile"
Then it fails to build for a read device.
tried pod deintegrate && pod install, but still no luck.
Any tips? Or something I might be missing?
Environment:
macOS Sequoia Version 15.3.1
Xcode Version 16.4
Node.js v24.2.0
Hello! Thanks for the awesome starter, it's great to see Noir working on mobile.
I cloned the repo and followed the README steps for ios, but ran into this build error:
Library 'DoubleConversion' not found
My steps:
"git clone"
"npm install"
"npx pod-install"
"opened in Xcode"
"Set provisioning profile"
Then it fails to build for a read device.
tried pod deintegrate && pod install, but still no luck.
Any tips? Or something I might be missing?
Environment:
macOS Sequoia Version 15.3.1
Xcode Version 16.4
Node.js v24.2.0