SurpriseMF3000

Results 18 comments of SurpriseMF3000

I´m having the same issue and also need a solution to interact via NFC between two iPhones. Look here for Android: https://developer.android.com/training/beam-files

Same issue here. Podfile: ``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, '14.7' target 'btctransaction' do use_frameworks! pod 'BitcoinKit', '~> 1.1.0' end ``` Error: xctoolchain/usr/bin/lipo: /var/folders/gp/zf5ylzvn7d326cwb67646j6c0000gn/T/tmp.8tza5xtA/.build/iphoneos/lib/libsecp256k1.a and /var/folders/gp/zf5ylzvn7d326cwb67646j6c0000gn/T/tmp.8tza5xtA/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386)...

Same Issue here. Do you solved it?

Could you please submit your code WITHOUT your recovery phrases?

Opposite for me. I needed to change `./node_modules/react-native-create-bridge/build/index.js` ``` module.exports = { name: "new-module", description: "bridges React Native modules & UI components", func: init }; ``` to ``` (async function...

Having the same issue but i386 :( Error: `have the same architectures (i386) and can't be in the same fat output file` The modified BitcoinKit.podspec File: Changed: ``` 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' =>...

I solved it with excluding arch's in the Build settings.

Just search how to exclude architectures in Build settings.

Im trying to use this Bitcore Libary but now nothing works anymore. 1. `npm install bitcore-insight --save` ``` function newwallet(){ const bitcore = require('bitcore-lib'); const Insight = require('bitcore-insight').Insight; let insight...

Hello @kajoseph, i fixed my Code but i still get the error: `CORS request rejected: https://test-insight.bitpay.com/api/addrs/utxo` How can i change it and use the ` bitcore-node API at https://api.bitcore.io/api/BTC/mainnet/address//txs?unspent=1` ?...