TapResearch / react-native-tapresearch

A react native plugin for TapResearch
1 stars 2 forks source link

Getting `Multiple commands produce ... TapResearchSDK.g` and `..TapResearchSDK-Swift.h` #20

Open vlimag opened 2 months ago

vlimag commented 2 months ago

Im trying to integrate Tap Research SDK in a react native project and getting the following errors when trying to build:

Multiple commands produce '/Users/vitor/Library/Developer/Xcode/DerivedData/ZebedeeWallet-hhspcncnaojyfwffmudccgqtjvgm/Build/Products/Debug-iphonesimulator/tapresearch-tapsdk/tapresearch_tapsdk.framework/Headers/TapResearchSDK.h'

Multiple commands produce '/Users/vitor/Library/Developer/Xcode/DerivedData/ZebedeeWallet-hhspcncnaojyfwffmudccgqtjvgm/Build/Products/Debug-iphonesimulator/tapresearch-tapsdk/tapresearch_tapsdk.framework/Headers/TapResearchSDK-Swift.h'

Already cleaned project, restarted xCode, but still an issue.

react-native: 0.73.4 react-native-tapresearch: "^3.2.1-beta1",

vlimag commented 2 months ago

downgraded to 2.5.1 and its all good apparently in Android only. in iOS the placements never come through.

Any suggestions?